Skip to content

Commit a0bd8b2

Browse files
Nathan Gillettcursoragent
authored andcommitted
fix(ci): skip CI on conformance-only pushes to main
Push events that only change repo-root conformance-certificate.json and conformance-report.json no longer start the full workflow, so cert-bot artifact commits do not churn main or pile extra runs behind open PRs. pull_request triggers are unchanged. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 4a3978f commit a0bd8b2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ name: CI
33
on:
44
push:
55
branches: [main, master]
6+
# Cert-bot follow-up commits only touch these files; skip full CI so `main` does not
7+
# churn behind open PRs (and avoid re-entering publish when actor guards drift).
8+
paths-ignore:
9+
- "conformance-certificate.json"
10+
- "conformance-report.json"
611
pull_request:
712

813
concurrency:

0 commit comments

Comments
 (0)