Skip to content

Commit 579a21b

Browse files
committed
updated validate.yaml
1 parent c151d17 commit 579a21b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎.github/workflows/validate.yaml‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ concurrency:
4545

4646
jobs:
4747
validate:
48-
if: github.event.repository.fork == false
48+
# github.event.repository context not available in scheduled workflows
49+
#if: github.event.repository.fork == false
50+
if: github.repository_owner == 'HariSekhon'
4951
name: Validate
5052
uses: HariSekhon/GitHub-Actions/.github/workflows/validate.yaml@master

0 commit comments

Comments
(0)