gpu-dawn: CI: fix infinite build -> release -> build -> release cycle
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
0edadfacba
commit
4179248811
3 changed files with 5 additions and 5 deletions
2
gpu-dawn/.github/workflows/m1_ci.yml
vendored
2
gpu-dawn/.github/workflows/m1_ci.yml
vendored
|
|
@ -6,7 +6,7 @@ on:
|
|||
- completed
|
||||
jobs:
|
||||
aarch64-macos:
|
||||
if: ${{ !contains(github.event.head_commit.message, 'update to latest binary release') }}
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||
runs-on: [self-hosted, macOS, ARM64]
|
||||
defaults:
|
||||
run:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue