Enable cancel-in-progress in CI

This commit is contained in:
Sergey B Kirpichev
2026-08-21 04:37:44 +03:00
parent 27a1fe7f6d
commit bcc67d3e55
+3
View File
@@ -5,6 +5,9 @@ on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 2'
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
linter:
uses: ./.github/workflows/linter.yml