We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81a4ff0 commit 2745c60Copy full SHA for 2745c60
1 file changed
.github/workflows/ubuntu_16.04.yaml
@@ -38,7 +38,9 @@ concurrency:
38
39
jobs:
40
build:
41
- if: github.event.repository.fork == false
+ # github.event.repository context not available in scheduled workflows
42
+ #if: github.event.repository.fork == false
43
+ if: github.repository_owner == 'HariSekhon'
44
name: Build
45
uses: HariSekhon/GitHub-Actions/.github/workflows/make.yaml@master
46
with:
0 commit comments