Skip to content

Commit acfddac

Browse files
committed
updated ubuntu_github.yaml
1 parent 19f3b31 commit acfddac

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ubuntu_github.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ concurrency:
3838

3939
jobs:
4040
build:
41-
if: github.event.repository.fork == false
41+
# github.event.repository context not available in scheduled workflows
42+
#if: github.event.repository.fork == false
43+
if: github.repository_owner == 'HariSekhon'
4244
name: Build
4345
uses: HariSekhon/GitHub-Actions/.github/workflows/make.yaml@master
4446
with:

0 commit comments

Comments
 (0)