We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a93c9ab commit 352a8adCopy full SHA for 352a8ad
1 file changed
.github/workflows/python3.10.yaml
@@ -53,7 +53,9 @@ concurrency:
53
54
jobs:
55
build:
56
- if: github.event.repository.fork == false
+ # github.event.repository context not available in scheduled workflows
57
+ #if: github.event.repository.fork == false
58
+ if: github.repository_owner == 'HariSekhon'
59
name: Python 3.10
60
uses: HariSekhon/GitHub-Actions/.github/workflows/make.yaml@master
61
with:
0 commit comments