Skip to content

Commit 1b29c2a

Browse files
Merge pull request #30 from DataSeer/automatic_docker_build
fix : change concurrency group with 'unstable-dev'
2 parents f01c21e + 86d3efc commit 1b29c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- dev
77

88
concurrency:
9-
group: ${{ github.workflow }}-${{ github.ref }}
9+
group: unstable-dev
1010
cancel-in-progress: true
1111

1212
jobs:

0 commit comments

Comments
 (0)