Skip to content

Commit c5d36ca

Browse files
Nathan Gillettcursoragent
andcommitted
fix(ci): skip cert-bot publish loop and ignore conformance-only pushes
- Gate mint/publish on the real GitHub App actor (intentproof-cert-bot[bot]), not github-actions[bot], so follow-up commits from the app do not re-run publish. - On push to main, ignore paths that only update repo-root conformance JSON so main does not churn after artifact commits (fewer stale PR bases). Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent ccf60d8 commit c5d36ca

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)