concurrency added as workflow runs not instantly

This commit is contained in:
pseusys
2023-02-28 00:44:59 +01:00
parent 8da5e93825
commit a6b49829f5

View File

@@ -8,6 +8,10 @@ on:
schedule:
- cron: '30 13 * * 6'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
jobs:
analyze:
name: Analyze