Improve job sequence dependencies some more
This commit is contained in:
parent
d0f919d69a
commit
23dc2c7899
@ -28,7 +28,7 @@ jobs:
|
||||
# Fallback: full bootstrap build. This one is quite slow.
|
||||
build-docker-bootstrap:
|
||||
needs: build-docker
|
||||
if: ${{ needs.build-docker.result == 'failure' }}
|
||||
if: failure()
|
||||
|
||||
container:
|
||||
image: alpine:3.22
|
||||
@ -55,7 +55,6 @@ jobs:
|
||||
|
||||
release-test:
|
||||
needs: build-docker-bootstrap
|
||||
if: ${{ needs.build-docker-bootstrap.result == 'success' }}
|
||||
container:
|
||||
image: gas/ci
|
||||
volumes:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user