Skip to content

Commit e386a6f

Browse files
authored
Change to roots solution
1 parent 4a645e3 commit e386a6f

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
@@ -12,8 +12,8 @@ on:
1212
- cron: '30 20 * * *' # Warning: Timezone dep - 20:00 is 1:00
1313

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

1818
jobs:
1919
build:

0 commit comments

Comments
 (0)