Skip to content

Commit

Permalink
Add concurrency settings to build and publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed Dec 6, 2024
1 parent fd37c72 commit 987f78d
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 987f78d

Please sign in to comment.