From ed5de0da789aa6a8747e8764131aeaaef6b48eef Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Tue, 5 Mar 2024 10:11:19 +0100 Subject: [PATCH] chore: run nix-ci whenever we run ci (#3600) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit this unifies the `on` settings between nix-ci and ci, less confusion when adding a label doesn’t trigger all the CI stuff. --- .github/workflows/nix-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/nix-ci.yml b/.github/workflows/nix-ci.yml index 169d928a5193f..2cb77ae9757ef 100644 --- a/.github/workflows/nix-ci.yml +++ b/.github/workflows/nix-ci.yml @@ -6,6 +6,7 @@ on: tags: - '*' pull_request: + types: [opened, synchronize, reopened, labeled] merge_group: concurrency: