Skip to content

Commit 246ee53

Browse files
committed
Remove should-skip-this.sh
1 parent e257359 commit 246ee53

File tree

3 files changed

+0
-28
lines changed

3 files changed

+0
-28
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,6 @@ jobs:
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

src/ci/github-actions/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

src/ci/scripts/should-skip-this.sh

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)