Skip to content

Commit

Permalink
Do not continue on error
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Sep 11, 2023
1 parent 5326989 commit 7d7b218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post_summaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
if: >
github.event.workflow_run.event == 'pull_request' &&
github.event.workflow_run.conclusion == 'success'
continue-on-error: true
# continue-on-error: true
steps:

# Download the output of the health workflow, consisting of the comment markdown and either
Expand Down

0 comments on commit 7d7b218

Please sign in to comment.