CI: Only define single concurrency

This commit is contained in:
Thaddeus Crews 2024-12-29 13:12:41 -06:00
parent efa144396d
commit 4f7e04a959
No known key found for this signature in database
GPG key ID: 62181B86FE9E5D84
9 changed files with 1 additions and 33 deletions

View file

@ -2,10 +2,6 @@ name: 📊 Static Checks
on:
workflow_call:
concurrency:
group: ci-${{ github.actor }}-${{ github.head_ref || github.run_number }}-${{ github.ref }}-static
cancel-in-progress: true
jobs:
static-checks:
name: Code style, file formatting, and docs