Skip to content

Commit e48ed82

Browse files
committed
updated yaml.yaml
1 parent 579a21b commit e48ed82

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎.github/workflows/yaml.yaml‎

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

4848
jobs:
4949
check_yaml:
50-
if: github.event.repository.fork == false
50+
# github.event.repository context not available in scheduled workflows
51+
#if: github.event.repository.fork == false
52+
if: github.repository_owner == 'HariSekhon'
5153
name: Check YAML
5254
uses: HariSekhon/GitHub-Actions/.github/workflows/yaml.yaml@master

0 commit comments

Comments
(0)