Only open Pull Requests when running from 'joerick/cibuildwheel'

This commit is contained in:
mayeut
2021-02-14 19:29:24 +01:00
parent 93c14c805b
commit 21aab69860
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
- name: "Run update: python configs"
run: python ./bin/update_pythons.py --force
- 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
with:
commit-message: Update dependencies