summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2022-12-22 17:10:01 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-12-24 00:41:40 -0500
commitc264b06b4e77976939386a6d373d00118562c376 (patch)
tree27c541f988f332f5bc7efa137a13a488cc38a8be
parentf4850f365cee3d9030a61132931f4aba51f7e52a (diff)
downloadhaskell-c264b06b4e77976939386a6d373d00118562c376.tar.gz
ci: Run head.hackage jobs on upstream-testing branch rather than master
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: