gpu-dawn: CI: prevent race condition with multiple publishes

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-02-12 22:43:01 -07:00
parent 3feb861398
commit 9126a3211b

View file

@ -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' }}