We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19f3b31 commit acfddacCopy full SHA for acfddac
1 file changed
.github/workflows/ubuntu_github.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