Skip to content

Commit 58a9073

Browse files
committed
Add is dev flag to concurrency group
1 parent 7c2afb0 commit 58a9073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ on:
5757
- cron: '0 0 * * 3,6'
5858

5959
concurrency:
60-
group: ${{ github.workflow }}
60+
group: ${{ github.workflow }}-${{ !!inputs.is_dev }}
6161
cancel-in-progress: true
6262

6363
permissions:

0 commit comments

Comments
 (0)