File tree Expand file tree Collapse file tree 3 files changed +0
-28
lines changed Expand file tree Collapse file tree 3 files changed +0
-28
lines changed Original file line number Diff line number Diff line change 94
94
env :
95
95
EXTRA_VARIABLES : " ${{ toJson(matrix.env) }}"
96
96
if : success() && !env.SKIP_JOB
97
- - name : decide whether to skip this job
98
- run : src/ci/scripts/should-skip-this.sh
99
- if : success() && !env.SKIP_JOB
100
97
- name : ensure the channel matches the target branch
101
98
run : src/ci/scripts/verify-channel.sh
102
99
if : success() && !env.SKIP_JOB
Original file line number Diff line number Diff line change @@ -163,10 +163,6 @@ x--expand-yaml-anchors--remove:
163
163
EXTRA_VARIABLES : ${{ toJson(matrix.env) }}
164
164
<< : *step
165
165
166
- - name : decide whether to skip this job
167
- run : src/ci/scripts/should-skip-this.sh
168
- << : *step
169
-
170
166
- name : ensure the channel matches the target branch
171
167
run : src/ci/scripts/verify-channel.sh
172
168
<< : *step
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments