Skip to content

Commit 4cd4000

Browse files
committed
updated python3.8.yaml
1 parent 4605089 commit 4cd4000

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/python3.8.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.8
5860
uses: HariSekhon/GitHub-Actions/.github/workflows/make.yaml@master
5961
with:

0 commit comments

Comments
 (0)