Skip to content

Commit 0727a10

Browse files
authored
Update main.yml
1 parent a060092 commit 0727a10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ on:
1111
- cron: '30 20 * * *' # Warning: Timezone dep - 20:00 is 1:00
1212

1313
concurrency:
14-
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
15-
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
14+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
15+
cancel-in-progress: true
1616

1717
jobs:
1818
build:

0 commit comments

Comments
 (0)