fixes and adding gha concurrency
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user