We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 579a21b commit e48ed82Copy full SHA for e48ed82
.github/workflows/yaml.yaml
@@ -47,6 +47,8 @@ concurrency:
47
48
jobs:
49
check_yaml:
50
-if: github.event.repository.fork == false
+# github.event.repository context not available in scheduled workflows
51
+#if: github.event.repository.fork == false
52
+if: github.repository_owner == 'HariSekhon'
53
name: Check YAML
54
uses: HariSekhon/GitHub-Actions/.github/workflows/yaml.yaml@master
0 commit comments