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