Skip to content

Commit

Permalink
Don't cancel docker hub builds as it breaks merge queues.
Browse files Browse the repository at this point in the history
Signed-off-by: Will Hunt <[email protected]>
  • Loading branch information
Half-Shot authored Jan 16, 2024
1 parent 3bb6724 commit caaabbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-hub-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
cancel-in-progress: false

env:
DOCKER_NAMESPACE: halfshot
Expand Down Expand Up @@ -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

0 comments on commit caaabbc

Please sign in to comment.