We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4605089 commit 4cd4000Copy full SHA for 4cd4000
1 file changed
.github/workflows/python3.8.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.8
60
uses: HariSekhon/GitHub-Actions/.github/workflows/make.yaml@master
61
with:
0 commit comments