mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-08-26 20:01:16 +00:00
feat(ci): don't rebuild ci image twice for different jobs
This commit is contained in:
@@ -51,4 +51,4 @@ runs:
|
||||
--workdir "$PWD" \
|
||||
"${env_args[@]}" \
|
||||
"$INPUT_IMAGE" \
|
||||
bash -o pipefail -c "$INPUT_RUN"
|
||||
bash -e -o pipefail -c "$INPUT_RUN"
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user