chore(ci): ensure only most recent commit is executed on CI

This commit is contained in:
r4bbit
2024-04-11 11:02:15 +02:00
parent 96e97ba0e2
commit d688fae569

View File

@@ -11,6 +11,10 @@ on:
branches:
- "main"
concurrency:
cancel-in-progress: true
group: ${{github.workflow}}-${{github.ref}}
jobs:
lint:
runs-on: "ubuntu-latest"