mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-07-17 13:20:17 +00:00
feat(ci): don't rebuild ci image twice for different jobs
This commit is contained in:
parent
f70b90981a
commit
56eb8d146f
2
.github/actions/run-in-ci-image/action.yml
vendored
2
.github/actions/run-in-ci-image/action.yml
vendored
@ -51,4 +51,4 @@ runs:
|
||||
--workdir "$PWD" \
|
||||
"${env_args[@]}" \
|
||||
"$INPUT_IMAGE" \
|
||||
bash -o pipefail -c "$INPUT_RUN"
|
||||
bash -e -o pipefail -c "$INPUT_RUN"
|
||||
|
||||
4
.github/workflows/ci-image.yml
vendored
4
.github/workflows/ci-image.yml
vendored
@ -1,5 +1,9 @@
|
||||
name: CI image
|
||||
|
||||
concurrency:
|
||||
group: ci-image-${{ github.sha }}
|
||||
cancel-in-progress: false
|
||||
|
||||
# Resolves the CI image the calling workflow's jobs run in, building and pushing
|
||||
# it only when it isn't published yet.
|
||||
on:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user