summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2023-10-27 11:56:58 +0200
committerNeal H. Walfield <neal@pep.foundation>2023-10-27 11:58:29 +0200
commit5b89397bbf479c7c8da8f0ec19be555ba1f868d8 (patch)
tree58772275a03ff56d792aff22b1c4c5bbe95dc1ac
parent65448ef8932cc8136b67445267e0f9849b7395c0 (diff)
ci: Remove outdated rule.
- As of ea31e87029288bfe5897b1dd6a02cdc291946c9e, the all_commits job works for branches that are not derived from main. - Remove outdated rule.
-rw-r--r--.gitlab-ci.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 87f99737..8aaa14f1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -122,9 +122,6 @@ all_commits:
interruptible: true
image: 192.168.122.1:5000/sequoia-pgp/build-docker-image/trixie-prebuild:latest
needs: ["rust-stable"]
- except:
- # Do not run for pushes to the pep-engine branch.
- - /^pep-engine$/
script:
- .ci/all_commits.sh
variables: