Skip to content

Commit

Permalink
github: avoid concurrent action runs
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Oct 20, 2023
1 parent fd587e0 commit 0c9b81d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
permissions:
contents: read

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

jobs:
lxd-migrate:
name: Test lxd-migrate build
Expand Down

0 comments on commit 0c9b81d

Please sign in to comment.