Skip to content

Commit

Permalink
continue process-failures-job when no failures were detected
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingDepot committed Jul 3, 2024
1 parent 9d94938 commit 245b630
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
- name: Process failures
id: process-failures
run: test -f all-failures/failure && echo 'hasFails=true' >> "$GITHUB_OUTPUT"
continue-on-error: true
- if: ${{ steps.process-failures.outputs.hasFails == 'true' }}
uses: actions/github-script@v7
with:
Expand Down

0 comments on commit 245b630

Please sign in to comment.