From 94a62f5572e20bb3ef6210862abb48d39c7fec50 Mon Sep 17 00:00:00 2001 From: Nicholas Dudfield Date: Thu, 30 Apr 2026 15:13:47 +0700 Subject: [PATCH] ci: drop coverage-llm from push triggers, PR trigger covers it --- .github/workflows/xahau-ga-nix.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/xahau-ga-nix.yml b/.github/workflows/xahau-ga-nix.yml index c614a3b34..683d80c55 100644 --- a/.github/workflows/xahau-ga-nix.yml +++ b/.github/workflows/xahau-ga-nix.yml @@ -2,9 +2,7 @@ name: Nix - GA Runner on: push: - # TEMP: coverage-llm added so direct pushes to the branch fire CI while - # we iterate on the llvm-cov pipeline. Revert before merging to dev. - branches: ["dev", "candidate", "release", "coverage-llm"] + branches: ["dev", "candidate", "release"] pull_request: branches: ["**"] types: [opened, synchronize, reopened, labeled, unlabeled]