Commit 28616a37 by Bjorn Neergaard Committed by Arun Babu Neelicattu

ci: use concurrency limits to cancel in-progress jobs on new push

parent 805d0c1c
......@@ -15,6 +15,10 @@ on:
branches:
- '**'
concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: true
jobs:
tests:
name: ${{ matrix.os }} / ${{ matrix.python-version }} ${{ matrix.suffix }}
......
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