summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2021-08-27 13:37:50 +0200
committerNora Widdecke <nora@sequoia-pgp.org>2021-08-27 14:47:05 +0200
commit0312a0a8a5f880af69518cec42822ab5c3e7fda7 (patch)
tree7bf24a1364a88bcc6fb47a0c3102dfac304c514d /.gitlab-ci.yml
parent2c9d8a58799f079b691019ad90daa1d1dbce7b5e (diff)
ci: Fix scheduled builds.
- Actually include the long-running jobs in schedules. The keyword is "schedules", not "scheduled". - Fixes #709.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8c1b8f5f..60da0ee6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -81,7 +81,7 @@ bullseye:arm64:
- /arm64/i # refs containing 'arm64' keyword
- tags
- web
- - scheduled
+ - schedules
variables:
# Forks of this project most likely do not have an arm64 runner
- $CI_PROJECT_NAMESPACE == "sequoia-pgp"
@@ -108,7 +108,7 @@ benchmarks:
- /bench/i # refs containing 'bench' keyword
- tags
- web
- - scheduled
+ - schedules
before_script:
- cargo install critcmp
script:
@@ -155,7 +155,7 @@ all_commits:arm64:
- /arm64/i # refs containing 'arm64' keyword
- tags
- web
- - scheduled
+ - schedules
variables:
# Forks of this project most likely do not have an arm64 runner
- $CI_PROJECT_NAMESPACE == "sequoia-pgp"
@@ -239,7 +239,7 @@ windows-gnu:
- /windows/i # refs containing 'windows' keyword
- tags
- web
- - scheduled
+ - schedules
variables:
# Forks of this project most likely use gitlab's shared windows runners, which
# do not use the docker executor, so disable the windows jobs for forks.