File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 44 workflow_run :
55 workflows : ["build"]
66 types : [completed]
7- branches : [main]
87
98permissions :
109 contents : read
Original file line number Diff line number Diff line change @@ -137,6 +137,7 @@ jobs:
137137
138138# summary jobs, these jobs will only run if all the other jobs have succeeded
139139 validate-pr-tests :
140+ if : github.event_name == 'push'
140141 runs-on : ubuntu-latest
141142 needs :
142143 - tidy-check
@@ -151,6 +152,7 @@ jobs:
151152 # this job will validate that the validation did not fail and that all pr-tests succeed
152153 # it is used for the github branch protection rule
153154 validate-success :
155+ if : github.event_name == 'push'
154156 runs-on : ubuntu-latest
155157 needs :
156158 - validate-pr-tests
You can’t perform that action at this time.
0 commit comments