Skip to content

Commit 2745c60

Browse files
committed
updated ubuntu_16.04.yaml
1 parent 81a4ff0 commit 2745c60

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ubuntu_16.04.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)