Skip to content

Commit 352a8ad

Browse files
committed
updated python3.10.yaml
1 parent a93c9ab commit 352a8ad

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

0 commit comments

Comments
 (0)