fixes and adding gha concurrency

This commit is contained in:
Bret Fisher
2023-03-05 18:30:27 -05:00
parent 04e11bd5bd
commit e656ce9d96
3 changed files with 40 additions and 20 deletions

View File

@@ -12,6 +12,11 @@ on:
pull_request:
# cancel any previously-started, yet still active runs of this workflow on the same branch
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
call-super-linter: