Skip to content

Commit

Permalink
ignore publishing errors for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tompahoward committed Nov 2, 2020
1 parent 1d7a604 commit 079109b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,8 @@ jobs:

publish-reports:
if: github.ref == 'refs/heads/main' && ! contains(toJSON(github.event.commits.*.message), '[skip-ci]')

continue-on-error: true

needs:
- report-cover
Expand Down

0 comments on commit 079109b

Please sign in to comment.