Closes: #17795 - Add concurrency to CI (#18042)

* Closes: #17795 - Add concurrency to CI

* Add comment to demonstrate functionality
This commit is contained in:
Daniel Sheppard 2024-11-19 13:38:11 -06:00 committed by GitHub
parent 0ff0edd477
commit 13bd2ed767
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,6 +15,11 @@ on:
permissions:
contents: read
# Add concurrency group to control job running
concurrency:
group: ${{ github.event_name }}-${{ github.ref }}-${{ github.actor }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest