Skip to content

Commit

Permalink
backport of commit de381c3
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawi committed Apr 3, 2023
1 parent ac72136 commit 6139d3e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,10 +283,8 @@ jobs:
- setup
- test-go
- test-ui
if: |
always() &&
!contains(needs.*.result, 'failure') &&
!contains(needs.*.result, 'cancelled')
if: always()
runs-on: ${{ fromJSON(needs.setup.outputs.compute-tiny) }}
steps:
- run: echo "All Go tests successfully passed"
- run: |
tr -d '\n' <<< '${{ toJSON(needs.*.result) }}' | grep -q -v -E '(failure|cancelled)'

0 comments on commit 6139d3e

Please sign in to comment.