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 30f90e4 commit 8b345c0Copy full SHA for 8b345c0
.github/workflows/ci-ua-blocker-sync.yml
@@ -8,6 +8,7 @@ on:
8
9
jobs:
10
sync-and-pr:
11
+ if: ${{ github.event.repository.fork == false }}
12
runs-on: ubuntu-latest
13
permissions:
14
contents: write
@@ -58,7 +59,7 @@ jobs:
58
59
EOF
60
61
- name: Create Pull Request if changes exist
- if: steps.changes.outputs.has_changes == 'true' && !github.event.repository.fork
62
+ if: steps.changes.outputs.has_changes == 'true'
63
uses: peter-evans/create-pull-request@v7
64
with:
65
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments