gpu-dawn: CI: prevent race condition with multiple publishes
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
3feb861398
commit
9126a3211b
1 changed files with 3 additions and 0 deletions
|
|
@ -4,6 +4,9 @@ on:
|
||||||
workflows: ["CI", "CI M1"]
|
workflows: ["CI", "CI M1"]
|
||||||
types:
|
types:
|
||||||
- completed
|
- completed
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue