Only open Pull Requests when running from 'joerick/cibuildwheel'
This commit is contained in:
@@ -23,7 +23,7 @@ jobs:
|
|||||||
- name: "Run update: python configs"
|
- name: "Run update: python configs"
|
||||||
run: python ./bin/update_pythons.py --force
|
run: python ./bin/update_pythons.py --force
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master' && github.repository == 'joerick/cibuildwheel'
|
||||||
uses: peter-evans/create-pull-request@v3
|
uses: peter-evans/create-pull-request@v3
|
||||||
with:
|
with:
|
||||||
commit-message: Update dependencies
|
commit-message: Update dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user