Skip to content

Commit

Permalink
Parallel Fixed Dep Builds (#950)
Browse files Browse the repository at this point in the history
Do not cancel jobs in progress when a  new job is requested
  • Loading branch information
F-WRunTime authored Jan 28, 2025
1 parent a33ab8d commit 9de9378
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/kontrol-push-fixed-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ on:
description: "Branch of Kontrol to use to build the Docker image"
required: true

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

jobs:
dockerhub:
name: 'Build and Publish Docker Image'
Expand Down

0 comments on commit 9de9378

Please sign in to comment.