We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d7bfa9 + c708a4d commit 4e3be4aCopy full SHA for 4e3be4a
1 file changed
.github/workflows/go.yml
@@ -39,6 +39,7 @@ jobs:
39
40
- uses: actions/github-script@v4
41
if: github.event_name == 'pull_request'
42
+ continue-on-error: true
43
env:
44
COVERAGE_CONTENT: "${{ env.COVERAGE_CONTENT }}"
45
with:
0 commit comments