chore(ci): ensure only most recent commit is executed on CI
This commit is contained in:
parent
96e97ba0e2
commit
d688fae569
|
@ -11,6 +11,10 @@ on:
|
|||
branches:
|
||||
- "main"
|
||||
|
||||
concurrency:
|
||||
cancel-in-progress: true
|
||||
group: ${{github.workflow}}-${{github.ref}}
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: "ubuntu-latest"
|
||||
|
|
Loading…
Reference in New Issue