Skip to content

Commit 2770d40

Browse files
authored
Merge pull request #32 from negillett/fix-attestation-loop
ci: stop conformance attestation on cert-only pushes
2 parents 702d638 + be6f9f3 commit 2770d40

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/conformance-attestation.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ name: Conformance Attestation
66
on:
77
push:
88
branches: [main, master]
9+
# Do not re-run when cert-bot only refreshes repo-root conformance JSON (avoids push loops).
10+
paths-ignore:
11+
- "conformance-certificate.json"
12+
- "conformance-report.json"
913
workflow_dispatch:
1014

1115
permissions:

0 commit comments

Comments
 (0)