summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7f1b4d8d..d1521be6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -115,6 +115,12 @@ all_commits:arm64:
stage: test
image: registry.gitlab.com/sequoia-pgp/build-docker-image/rust-stable-prebuild-arm64:latest
needs: ["rust-stable:arm64"]
+ only:
+ refs:
+ - /arm64/i # refs containing 'arm64' keyword
+ - tags
+ - web
+ - scheduled
except:
# Do not run for pushes to the pep-engine branch.
- /^pep-engine$/