File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
fixcs :
23
23
name : Run php-cs-fixer
24
24
needs : sync-with-template
25
- if : (github.event_name == 'push' || github.event_name == 'schedule') && !startsWith(github.ref, 'refs/tags')
25
+ if : (github.event_name == 'push' || github.event_name == 'schedule') && !startsWith(github.ref, 'refs/tags') && github.repository_owner == 'zenstruck'
26
26
runs-on : ubuntu-latest
27
27
steps :
28
28
- uses : zenstruck/.github@php-cs-fixer
33
33
34
34
sync-with-template :
35
35
name : Sync meta files
36
- if : (github.event_name == 'push' || github.event_name == 'schedule') && !startsWith(github.ref, 'refs/tags')
36
+ if : (github.event_name == 'push' || github.event_name == 'schedule') && !startsWith(github.ref, 'refs/tags') && github.repository_owner == 'zenstruck'
37
37
runs-on : ubuntu-latest
38
38
steps :
39
39
- uses : zenstruck/.github@sync-with-template
You can’t perform that action at this time.
0 commit comments