summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2020-10-12 17:18:22 +0200
committerNora Widdecke <nora@sequoia-pgp.org>2020-10-14 14:48:46 +0200
commitc996fd19ac68555eb66cf92f7fa2321a2df596dc (patch)
tree75b2fa5408ab96cfc1b0bff67c816f6a782f1e35
parent653960de3dfe19c9b46daad38efbc4a49a7676f2 (diff)
ci: Do not run all_commits for pep-engine branch.
- The `pep-engine` branch only gets merge commits from master, checking all commits on top of master does not make sense here.
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5bd27534..9156c0b9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -43,6 +43,9 @@ all_commits:
stage: test
image: rust:1-slim-buster
needs: ["rust-stable"]
+ except:
+ # Do not run for pushes to the pep-engine branch.
+ - /^pep-engine$/
before_script:
- apt update -y -qq