ci(github): ensure single running workflow

This commit is contained in:
Oleg Shparber 2023-04-07 23:42:23 -04:00
parent 911c5e8adc
commit 5b5f987286
3 changed files with 12 additions and 0 deletions

View File

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

View File

@ -4,6 +4,10 @@ on:
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
jobs:
analyze-coverity:
name: Analyze

View File

@ -6,6 +6,10 @@ on:
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
jobs:
build-ubuntu:
name: ${{ matrix.config.name }}