Skip to content

Commit

Permalink
Merge pull request #331 from joeyparrish/fix-docker-ci-cancelation
Browse files Browse the repository at this point in the history
ci: Fix cancelation of Docker builds in CI
  • Loading branch information
Stephane-D authored May 22, 2024
2 parents 2eae00e + 357cd3f commit 43fb489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sgdk-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: sgdk-docker

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

on:
workflow_dispatch: # Allows for manual triggering.
Expand Down

0 comments on commit 43fb489

Please sign in to comment.