Skip to content

Commit 3f2f5e5

Browse files
committed
workflows
1 parent 4309f73 commit 3f2f5e5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727
type: string
2828

2929
concurrency:
30-
group: ${{ github.ref }}
30+
group: ${{ github.workflow }}
3131
cancel-in-progress: true
3232

3333
jobs:

.github/workflows/info.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- main
1212

1313
concurrency:
14-
group: ${{ github.ref }}
14+
group: ${{ github.workflow }}
1515
cancel-in-progress: true
1616

1717
jobs:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727
type: string
2828

2929
concurrency:
30-
group: ${{ github.ref }}
30+
group: ${{ github.workflow }}
3131
cancel-in-progress: true
3232

3333
jobs:

0 commit comments

Comments
 (0)