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 9494 env :
9595 EXTRA_VARIABLES : " ${{ toJson(matrix.env) }}"
9696 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
10097 - name : ensure the channel matches the target branch
10198 run : src/ci/scripts/verify-channel.sh
10299 if : success() && !env.SKIP_JOB
Original file line number Diff line number Diff line change @@ -163,10 +163,6 @@ x--expand-yaml-anchors--remove:
163163 EXTRA_VARIABLES : ${{ toJson(matrix.env) }}
164164 << : *step
165165
166- - name : decide whether to skip this job
167- run : src/ci/scripts/should-skip-this.sh
168- << : *step
169-
170166 - name : ensure the channel matches the target branch
171167 run : src/ci/scripts/verify-channel.sh
172168 << : *step
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments