- cancel actions on concurrent runs

This commit is contained in:
Mike Penz
2022-07-29 11:45:38 +02:00
parent 3728477799
commit c33f3467a2
4 changed files with 16 additions and 4 deletions
+4
View File
@@ -20,6 +20,10 @@ on:
schedule:
- cron: '41 22 * * 4'
concurrency:
group: ${{ github.event.pull_request.number }}-codeql
cancel-in-progress: true
jobs:
analyze:
name: Analyze