Skip to content

Commit

Permalink
updated python3.8.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Apr 21, 2022
1 parent 7d35350 commit fb680b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python3.8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ concurrency:

jobs:
build:
if: github.event.repository.fork == false
# github.event.repository context not available in scheduled workflows
#if: github.event.repository.fork == false
if: github.repository_owner == 'HariSekhon'
name: Python 3.8
uses: HariSekhon/GitHub-Actions/.github/workflows/make.yaml@master
with:
Expand Down

0 comments on commit fb680b8

Please sign in to comment.