CI: set cancel-in-progress to true

This commit is contained in:
Benoit Blanchon
2024-05-16 09:48:19 +02:00
parent 98fca74f66
commit 91aad55412

View File

@ -2,6 +2,10 @@ name: Continuous Integration
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
name: Lint