Skip to content

Commit 9eeaed3

Browse files
Update
[ghstack-poisoned]
1 parent 983bb54 commit 9eeaed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dynamo-unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
# - cron: 29 8 * * * # about 1:29am PDT
1919

2020
concurrency:
21-
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ github.ref_type == 'branch' && github.sha }}-${{ github.event_name == 'workflow_dispatch' }}-unittest
21+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}
2222
cancel-in-progress: true
2323

2424
permissions:

0 commit comments

Comments
 (0)