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.
|
# Fallback: full bootstrap build. This one is quite slow.
|
||||||
build-docker-bootstrap:
|
build-docker-bootstrap:
|
||||||
needs: build-docker
|
needs: build-docker
|
||||||
if: ${{ needs.build-docker.result == 'failure' }}
|
if: failure()
|
||||||
|
|
||||||
container:
|
container:
|
||||||
image: alpine:3.22
|
image: alpine:3.22
|
||||||
@ -55,7 +55,6 @@ jobs:
|
|||||||
|
|
||||||
release-test:
|
release-test:
|
||||||
needs: build-docker-bootstrap
|
needs: build-docker-bootstrap
|
||||||
if: ${{ needs.build-docker-bootstrap.result == 'success' }}
|
|
||||||
container:
|
container:
|
||||||
image: gas/ci
|
image: gas/ci
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user