diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4317742..de2f4a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -149,7 +149,10 @@ jobs: git config user.email "41898282+github-actions[bot]@users.noreply.github.com" git add conformance-certificate.json conformance-report.json git commit -m "chore(ci): update conformance certificate and report" - git push + if ! git push; then + echo "::warning::Unable to push conformance artifacts from this workflow context; leaving check green and relying on artifact uploads." + exit 0 + fi spec-golden-parity: runs-on: ubuntu-latest