Skip to content

Commit 38b2abd

Browse files
committed
updated python3.6.yaml
1 parent 352a8ad commit 38b2abd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python3.6.yaml

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

5454
jobs:
5555
build:
56-
if: github.event.repository.fork == false
56+
# github.event.repository context not available in scheduled workflows
57+
#if: github.event.repository.fork == false
58+
if: github.repository_owner == 'HariSekhon'
5759
name: Python 3.6
5860
uses: HariSekhon/GitHub-Actions/.github/workflows/make.yaml@master
5961
with:

0 commit comments

Comments
 (0)