updated validate.yaml

pull/2/head
Hari Sekhon 2 years ago
parent e7844e5ab8
commit 0f39fcade1

@ -45,6 +45,8 @@ concurrency:
jobs:
validate:
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: Validate
uses: HariSekhon/GitHub-Actions/.github/workflows/validate.yaml@master

Loading…
Cancel
Save