add concurrency to cancel in-progress jobs (#6203)

* add concurrency to cancel in-progress jobs

* empty commit to test canceling
This commit is contained in:
Paul Kehrer 2021-08-09 20:00:11 -04:00 committed by GitHub
parent b48abfb7ae
commit e889be5110
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,11 @@ on:
permissions: read-all
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
linux:
runs-on: ubuntu-latest