Skip to content

Commit

Permalink
only failure
Browse files Browse the repository at this point in the history
  • Loading branch information
rlh1994 committed Jun 24, 2024
1 parent 3be31ff commit 5eb5d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
continue-on-error: true

- name: Post PR comment on failure
if: steps.release-check.outcome == 'failure'
if: failure()
uses: actions/github-script@v6
with:
script: |
Expand Down

0 comments on commit 5eb5d9d

Please sign in to comment.