summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2021-04-07 16:17:15 +0200
committerNora Widdecke <nora@sequoia-pgp.org>2021-04-07 16:33:46 +0200
commit7f3a7dbb489ec6520a5f7fdbd8ac6ccfea9f5999 (patch)
tree78f47a7a16d0bb2c38d3d6708fd1b7eab01ad5f6
parent5635105d4238490f75eb37f67caf7773350cc251 (diff)
ci: Don't run all_commits:arm64 for each push.
-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$/