From e45610a2e45b29e4cc2fb990bbe3b576174cf8d8 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sat, 27 Jul 2024 23:24:08 -0400 Subject: [PATCH] add readonly branches to status --- systems/palatine-hill/hydra.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systems/palatine-hill/hydra.nix b/systems/palatine-hill/hydra.nix index a10fb6f..ccab13e 100644 --- a/systems/palatine-hill/hydra.nix +++ b/systems/palatine-hill/hydra.nix @@ -57,7 +57,7 @@ in # 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 # 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