We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 702d638 + be6f9f3 commit 2770d40Copy full SHA for 2770d40
1 file changed
.github/workflows/conformance-attestation.yml
@@ -6,6 +6,10 @@ name: Conformance Attestation
6
on:
7
push:
8
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"
13
workflow_dispatch:
14
15
permissions:
0 commit comments