From c996fd19ac68555eb66cf92f7fa2321a2df596dc Mon Sep 17 00:00:00 2001 From: Nora Widdecke Date: Mon, 12 Oct 2020 17:18:22 +0200 Subject: 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. --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3