updated mac.yaml

pull/2/head
Hari Sekhon 2 years ago
parent ea6379cbb4
commit 6b0d922afd

@ -38,7 +38,9 @@ concurrency:
jobs:
build:
if: github.event.repository.fork == false
# github.event.repository context not available in scheduled workflows
#if: github.event.repository.fork == false
if: github.repository_owner == 'HariSekhon'
name: Build
uses: HariSekhon/GitHub-Actions/.github/workflows/make.yaml@master
with:

Loading…
Cancel
Save