summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2022-12-22 17:10:01 +0000
committerMatthew Pickering <matthewtpickering@gmail.com>2022-12-23 09:16:38 +0000
commit31a28d5be40998cb38e9b8c19809be0d866f871b (patch)
tree535a646f1d9d5166d99b0d5437f2fe6d0c7dc97f
parent348332df1b36ff5a9d4fa7cf454dc224cdec695d (diff)
downloadhaskell-wip/head-hackage-validate.tar.gz
ci: Run head.hackage jobs on upstream-testing branch rather than masterwip/head-hackage-validate
This change allows less priviledged users to trigger head.hackage jobs because less permissions are needed to trigger jobs on the upstream-testing branch, which is not protected. There is a CI job which updates upstream-testing each hour to the state of the master branch so it should always be relatively up-to-date.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3001809b54..18b9f00531 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -700,7 +700,7 @@ test-bootstrap:
RELEASE_JOB: "$RELEASE_JOB"
trigger:
project: "ghc/head.hackage"
- branch: "master"
+ branch: "upstream-testing"
strategy: "depend"
hackage-lint: