Cancel previous GitHub actions runs when PR updated

This commit is contained in:
Steve Soltys 2023-10-08 14:18:12 -04:00 committed by Chirayu Desai
parent d678d9a960
commit 3938549a14

View file

@ -3,6 +3,10 @@ name: Run instrumentation tests
on:
push:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
instrumentation_tests:
runs-on: macos-11