Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Dec 18, 2024
1 parent bf09ed8 commit 7c36a67
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,12 +232,12 @@ jobs:
with:
url: ${{ needs.vars.outputs.url }}

results:
name: PR Results
needs: [builds, deploy, tests]
if: always()
runs-on: ubuntu-24.04
steps:
- if: contains(needs.*.result, 'failure')||contains(needs.*.result, 'canceled')
run: echo "At least one job has failed." && exit 1
- run: echo "Success!"
# results:
# name: PR Results
# needs: [builds, deploy, tests]
# if: always()
# runs-on: ubuntu-24.04
# steps:
# - if: contains(needs.*.result, 'failure')||contains(needs.*.result, 'canceled')
# run: echo "At least one job has failed." && exit 1
# - run: echo "Success!"

0 comments on commit 7c36a67

Please sign in to comment.