mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 13:17:08 +00:00
Don't cancel docker hub builds as it breaks merge queues.
Signed-off-by: Will Hunt <will@half-shot.uk>
This commit is contained in:
parent
3bb6724fe9
commit
caaabbc300
4
.github/workflows/docker-hub-latest.yml
vendored
4
.github/workflows/docker-hub-latest.yml
vendored
@ -15,7 +15,7 @@ on:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
cancel-in-progress: false
|
||||
|
||||
env:
|
||||
DOCKER_NAMESPACE: halfshot
|
||||
@ -53,4 +53,4 @@ jobs:
|
||||
# arm64 builds OOM without the git fetch setting. c.f.
|
||||
# https://github.com/rust-lang/cargo/issues/10583
|
||||
build-args: |
|
||||
CARGO_NET_GIT_FETCH_WITH_CLI=true
|
||||
CARGO_NET_GIT_FETCH_WITH_CLI=true
|
||||
|
Loading…
x
Reference in New Issue
Block a user