summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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