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 c151d17 commit 579a21bCopy full SHA for 579a21b
.github/workflows/validate.yaml
@@ -45,6 +45,8 @@ concurrency:
45
46
jobs:
47
validate:
48
-if: github.event.repository.fork == false
+# github.event.repository context not available in scheduled workflows
49
+#if: github.event.repository.fork == false
50
+if: github.repository_owner == 'HariSekhon'
51
name: Validate
52
uses: HariSekhon/GitHub-Actions/.github/workflows/validate.yaml@master
0 commit comments