Switch test-completed to always() (#21654)

This commit is contained in:
miagilepner
2023-07-10 12:34:02 +02:00
committed by GitHub
parent bce4b7a3e5
commit 5919645a70

View File

@@ -278,12 +278,7 @@ jobs:
- setup-go-cache
- test-go
- test-ui
# We force a failure if any of the dependent jobs fail,
# this is a workaround for the issue reported https://github.com/actions/runner/issues/2566
if: |
always() && (cancelled() ||
contains(needs.*.result, 'cancelled') ||
contains(needs.*.result, 'failure'))
if: always()
runs-on: ${{ fromJSON(needs.setup.outputs.compute-tiny) }}
steps:
- run: |