mirror of
https://github.com/actions/python-versions.git
synced 2025-12-13 22:17:32 +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:
|
jobs:
|
||||||
find_new_versions:
|
find_new_versions:
|
||||||
|
if: github.repository_owner == 'actions'
|
||||||
name: Find new versions
|
name: Find new versions
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
outputs:
|
||||||
|
|||||||
1
.github/workflows/validate-manifest.yml
vendored
1
.github/workflows/validate-manifest.yml
vendored
@@ -19,6 +19,7 @@ defaults:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
validation:
|
validation:
|
||||||
|
if: github.repository_owner == 'actions'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user