add readonly branches to status
This commit is contained in:
parent
5ea9794a84
commit
e45610a2e4
@ -57,7 +57,7 @@ in
|
||||
</git-input>
|
||||
<githubstatus>
|
||||
# check hosts and any declared checks
|
||||
jobs = (build-fork-hydra|nix-dotfiles-build):pr-.*:hosts
|
||||
jobs = (build-fork-hydra|nix-dotfiles-build):(pr|branch-gh-readonly-queue)-.*:hosts
|
||||
context = ci/hydra: hosts
|
||||
inputs = nixexpr
|
||||
useShortContext = true
|
||||
@ -65,7 +65,7 @@ in
|
||||
</githubstatus>
|
||||
<githubstatus>
|
||||
# check hosts and any declared checks
|
||||
jobs = (build-fork-hydra|nix-dotfiles-build):pr-.*:devChecks
|
||||
jobs = (build-fork-hydra|nix-dotfiles-build):(pr|branch-gh-readonly-queue)-.*:devChecks
|
||||
context = ci/hydra: checks
|
||||
inputs = nixexpr
|
||||
useShortContext = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user