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: