Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Mar 22, 2024
1 parent b739041 commit 561008f
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 561008f

Please sign in to comment.