mirror of
https://github.com/actions/python-versions.git
synced 2025-04-05 06:49:39 +00:00
Only run scheduled jobs on upstream (#145)
This commit is contained in:
committed by
GitHub
parent
024142b9c3
commit
e7a13ade71
1
.github/workflows/get-python-versions.yml
vendored
1
.github/workflows/get-python-versions.yml
vendored
@ -12,6 +12,7 @@ defaults:
|
||||
|
||||
jobs:
|
||||
find_new_versions:
|
||||
if: github.repository_owner == 'actions'
|
||||
name: Find new versions
|
||||
runs-on: ubuntu-latest
|
||||
outputs:
|
||||
|
1
.github/workflows/validate-manifest.yml
vendored
1
.github/workflows/validate-manifest.yml
vendored
@ -19,6 +19,7 @@ defaults:
|
||||
|
||||
jobs:
|
||||
validation:
|
||||
if: github.repository_owner == 'actions'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
Reference in New Issue
Block a user