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
jobs:
aarch64-macos:
if: github.repository == 'hexops/mach'
if: ${{ github.repository == 'hexops/mach' }}
runs-on: [self-hosted, macOS, ARM64]
strategy:
matrix: