2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Enable GHA to kill in progress builds on new push

This commit is contained in:
Matt Borland
2023-02-03 09:01:17 -08:00
parent 01630b8b12
commit 791df66b17

View File

@@ -12,6 +12,11 @@ on:
pull_request:
release:
types: [published, created, edited]
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
ubuntu-jammy:
runs-on: ubuntu-22.04