mirror of
https://github.com/Xahau/xahaud.git
synced 2026-06-03 08:46:36 +00:00
ci: drop coverage-llm from push triggers, PR trigger covers it
This commit is contained in:
4
.github/workflows/xahau-ga-nix.yml
vendored
4
.github/workflows/xahau-ga-nix.yml
vendored
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user