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