Skip to content

Commit

Permalink
Add default concurrency group name
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Bouijoux committed Feb 14, 2024
1 parent 3c17c4d commit bad6848
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:

concurrency:
group:
group: default

env:
os: mageia
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-incus-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:

concurrency:
group:
group: default

env:
os: mageia
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-lxc-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:

concurrency:
group:
group: default

env:
os: mageia
Expand Down

0 comments on commit bad6848

Please sign in to comment.