Skip to content

Commit

Permalink
fix(ci): false pass (#1890)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Mar 22, 2024
1 parent fe2017f commit 794ebcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

results:
name: PR Results
if: always() || !failure()
if: always() && !failure()
needs: [tests]
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit 794ebcf

Please sign in to comment.