Cancel other CodeQL actions on newer pushes

This commit is contained in:
smallmodel 2024-09-18 17:10:25 +02:00
parent a28cd64c7a
commit ddcd05adc6
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512

View file

@ -20,6 +20,10 @@ on:
schedule:
- cron: '42 8 * * 1'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
analyze:
name: Analyze