Closes: #17795 - Add concurrency to CI

This commit is contained in:
Daniel Sheppard 2024-11-18 18:57:14 -06:00
parent 0ff0edd477
commit efa70c4d50

View File

@ -15,6 +15,10 @@ on:
permissions: permissions:
contents: read contents: read
concurrency:
group: ${{ github.event_name }}-${{ github.ref }}-${{ github.actor }}
cancel-in-progress: true
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest