GHA: cancel existing jobs when new commits are added (#2120)

This commit is contained in:
Adrian Garcia Badaracco
2021-09-22 21:28:10 +01:00
committed by GitHub
parent b67ba848a7
commit 48814c4306
+4
View File
@@ -8,6 +8,10 @@ on:
schedule:
- cron: "0 0 * * *"
concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: true
jobs:
Linting:
runs-on: ubuntu-latest