From ab0004be8b2477f89bdbe3bbe52ff5e8f03271e3 Mon Sep 17 00:00:00 2001 From: Nicholas Dudfield Date: Tue, 17 Feb 2026 15:30:18 +0700 Subject: [PATCH] ci: re-evaluate branch CI policy on PR label removal --- .github/workflows/xahau-ga-macos.yml | 2 +- .github/workflows/xahau-ga-nix.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/xahau-ga-macos.yml b/.github/workflows/xahau-ga-macos.yml index 8a0784e97..7f4c3671e 100644 --- a/.github/workflows/xahau-ga-macos.yml +++ b/.github/workflows/xahau-ga-macos.yml @@ -5,7 +5,7 @@ on: branches: ["dev", "candidate", "release"] pull_request: branches: ["**"] - types: [opened, synchronize, reopened, labeled] + types: [opened, synchronize, reopened, labeled, unlabeled] schedule: - cron: '0 0 * * *' diff --git a/.github/workflows/xahau-ga-nix.yml b/.github/workflows/xahau-ga-nix.yml index aa13d0baa..f9ccbf0b3 100644 --- a/.github/workflows/xahau-ga-nix.yml +++ b/.github/workflows/xahau-ga-nix.yml @@ -5,7 +5,7 @@ on: branches: ["dev", "candidate", "release"] pull_request: branches: ["**"] - types: [opened, synchronize, reopened, labeled] + types: [opened, synchronize, reopened, labeled, unlabeled] schedule: - cron: '0 0 * * *' workflow_dispatch: