Commit 28591019 by Bjorn Neergaard

ci: fix concurrency group for push events

parent 07565b21
...@@ -16,8 +16,8 @@ on: ...@@ -16,8 +16,8 @@ on:
- '**' - '**'
concurrency: concurrency:
group: ${{ github.head_ref }} group: tests-${{ github.head_ref || github.ref }}
cancel-in-progress: true cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs: jobs:
tests: 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