CI: correct YAML syntax / regression

Helps hexops/mach#248

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-04-21 03:41:00 -07:00
parent c930f4b913
commit 89c9c6c8e1
3 changed files with 3 additions and 4 deletions

View file

@ -9,7 +9,7 @@ on:
- push - push
jobs: jobs:
aarch64-macos: aarch64-macos:
if: github.repository == 'hexops/mach' if: ${{ github.repository == 'hexops/mach' }}
runs-on: [self-hosted, macOS, ARM64] runs-on: [self-hosted, macOS, ARM64]
strategy: strategy:
matrix: matrix:

View file

@ -9,7 +9,7 @@ on:
- push - push
jobs: jobs:
aarch64-macos: aarch64-macos:
if: github.repository == 'hexops/mach-glfw' if: ${{ github.repository == 'hexops/mach-glfw' }}
runs-on: [self-hosted, macOS, ARM64] runs-on: [self-hosted, macOS, ARM64]
defaults: defaults:
run: run:

View file

@ -6,8 +6,7 @@ on:
- completed - completed
jobs: jobs:
aarch64-macos: aarch64-macos:
if: ${{ github.event.workflow_run.conclusion == 'success' }} if: ${{ github.repository == 'hexops/mach-gpu-dawn' && github.event.workflow_run.conclusion == 'success' }}
if: github.repository == 'hexops/mach-gpu-dawn'
runs-on: [self-hosted, macOS, ARM64] runs-on: [self-hosted, macOS, ARM64]
defaults: defaults:
run: run: