We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a09488 commit 30f90e4Copy full SHA for 30f90e4
.github/workflows/ci-ua-blocker-sync.yml
@@ -58,7 +58,7 @@ jobs:
58
EOF
59
60
- name: Create Pull Request if changes exist
61
- if: steps.changes.outputs.has_changes == 'true'
+ if: steps.changes.outputs.has_changes == 'true' && !github.event.repository.fork
62
uses: peter-evans/create-pull-request@v7
63
with:
64
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments