mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
backport of commit 5919645a70 (#21706)
Co-authored-by: miagilepner <mia.epner@hashicorp.com>
This commit is contained in:
committed by
GitHub
parent
e1220bf6ad
commit
e3646c2ff7
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -309,12 +309,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: |
|
||||
|
||||
Reference in New Issue
Block a user