We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 983bb54 commit 9eeaed3Copy full SHA for 9eeaed3
.github/workflows/dynamo-unittest.yml
@@ -18,7 +18,7 @@ on:
18
# - cron: 29 8 * * * # about 1:29am PDT
19
20
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
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}
22
cancel-in-progress: true
23
24
permissions:
0 commit comments