diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 445b61f2..e4d7c8eb 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -31,6 +31,7 @@ jobs: - name: Comment on PR (on failure) if: failure() + continue-on-error: true uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0 with: script: | @@ -56,6 +57,7 @@ jobs: - name: Comment on PR (on success) if: success() + continue-on-error: true uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0 with: script: |