Skip to content

Commit c37e839

Browse files
committedMar 7, 2024·
chore(ci): update concurrency group
Signed-off-by: JP-Ellis <josh@jpellis.me>
1 parent 3cc8e12 commit c37e839

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/build.yml

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

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

1717
env:

‎.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- master
1010

1111
concurrency:
12-
group: ${{ github.workflow }}-${{ github.ref }}
12+
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
1313
cancel-in-progress: true
1414

1515
env:

0 commit comments

Comments
 (0)
Please sign in to comment.