Skip to content

Commit 8a49e07

Browse files
committed
ci: fix concurrency group for push events
1 parent 2f92f18 commit 8a49e07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/installer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ on:
1515
- '**'
1616

1717
concurrency:
18-
group: ${{ github.head_ref }}
19-
cancel-in-progress: true
18+
group: installer-${{ github.head_ref || github.ref }}
19+
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
2020

2121
jobs:
2222
default:

0 commit comments

Comments
 (0)