CI: correct YAML syntax / regression
Helps hexops/mach#248 Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
c930f4b913
commit
89c9c6c8e1
3 changed files with 3 additions and 4 deletions
2
.github/workflows/m1_ci.yml
vendored
2
.github/workflows/m1_ci.yml
vendored
|
|
@ -9,7 +9,7 @@ on:
|
|||
- push
|
||||
jobs:
|
||||
aarch64-macos:
|
||||
if: github.repository == 'hexops/mach'
|
||||
if: ${{ github.repository == 'hexops/mach' }}
|
||||
runs-on: [self-hosted, macOS, ARM64]
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue