summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 10409a02..7f1b4d8d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -71,6 +71,14 @@ bullseye:
bullseye:arm64:
tags:
- docker-arm64
+ # This job takes ~50 minutes to run, let's only execute it manually or for
+ # scheduled builds, otherwise this will stall MRs.
+ only:
+ refs:
+ - /arm64/i # refs containing 'arm64' keyword
+ - tags
+ - web
+ - scheduled
stage: build
image: registry.gitlab.com/sequoia-pgp/build-docker-image/bullseye-prebuild-arm64:latest
dependencies: