Skip to content

Commit

Permalink
Merge pull request #1518 from FlowFuse/ci-publish-concurrency
Browse files Browse the repository at this point in the history
ci: Enable concurrency in `Build and publish` workflow
  • Loading branch information
hardillb authored Dec 6, 2024
2 parents fd37c72 + 987f78d commit 5f63a6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-private.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
branches:
- main

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

jobs:
build:
uses: 'flowfuse/github-actions-workflows/.github/workflows/[email protected]'
Expand Down

0 comments on commit 5f63a6e

Please sign in to comment.