Commit 28591019 by Bjorn Neergaard

ci: fix concurrency group for push events

parent 07565b21
......@@ -16,8 +16,8 @@ on:
- '**'
concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: true
group: tests-${{ github.head_ref || github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs:
tests:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment