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 27
27
trigger-schema-site-update :
28
28
runs-on : ubuntu-latest
29
29
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'
32
32
33
33
name : " Trigger update of schema website"
34
34
46
46
trigger-wiki-update :
47
47
runs-on : ubuntu-latest
48
48
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'
51
51
52
52
name : " Trigger update of wiki"
53
53
You can’t perform that action at this time.
0 commit comments