File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2727 trigger-schema-site-update :
2828 runs-on : ubuntu-latest
2929
30- # Only run this workflow in the context of this repo.
31- if : github.repository_owner == 'PHPCSStandards'
30+ # Only run this workflow in the context of this repo, don't run for changed workflow PR dry-runs .
31+ if : github.repository_owner == 'PHPCSStandards' && github.event_name != 'pull_request'
3232
3333 name : " Trigger update of schema website"
3434
4646 trigger-wiki-update :
4747 runs-on : ubuntu-latest
4848
49- # Only run this workflow in the context of this repo.
50- if : github.repository_owner == 'PHPCSStandards'
49+ # Only run this workflow in the context of this repo, don't run for changed workflow PR dry-runs .
50+ if : github.repository_owner == 'PHPCSStandards' && github.event_name != 'pull_request'
5151
5252 name : " Trigger update of wiki"
5353
You can’t perform that action at this time.
0 commit comments