about summary refs log tree commit diff
path: root/src/ci/github-actions
diff options
context:
space:
mode:
authorJakub Beránek <berykubik@gmail.com>2024-04-23 15:06:44 +0200
committerJakub Beránek <berykubik@gmail.com>2024-04-24 11:12:17 +0200
commit246ee5363710a6cc505400f02addc5db56ff0977 (patch)
treefb7e548e21ed17c272da64fc9261c3d193297a38 /src/ci/github-actions
parente25735908fc4ee84011252bedfedf51e1de22b95 (diff)
downloadrust-246ee5363710a6cc505400f02addc5db56ff0977.tar.gz
rust-246ee5363710a6cc505400f02addc5db56ff0977.zip
Remove `should-skip-this.sh`
Diffstat (limited to 'src/ci/github-actions')
-rw-r--r--src/ci/github-actions/ci.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml
index 19d6b517552..9947bb44ed4 100644
--- a/src/ci/github-actions/ci.yml
+++ b/src/ci/github-actions/ci.yml
@@ -163,10 +163,6 @@ x--expand-yaml-anchors--remove:
           EXTRA_VARIABLES: ${{ toJson(matrix.env) }}
         <<: *step
 
-      - name: decide whether to skip this job
-        run: src/ci/scripts/should-skip-this.sh
-        <<: *step
-
       - name: ensure the channel matches the target branch
         run: src/ci/scripts/verify-channel.sh
         <<: *step