Skip to content

Commit e7a13ad

Browse files
authored
Only run scheduled jobs on upstream (actions#145)
1 parent 024142b commit e7a13ad

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/get-python-versions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ defaults:
1212

1313
jobs:
1414
find_new_versions:
15+
if: github.repository_owner == 'actions'
1516
name: Find new versions
1617
runs-on: ubuntu-latest
1718
outputs:

.github/workflows/validate-manifest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ defaults:
1919

2020
jobs:
2121
validation:
22+
if: github.repository_owner == 'actions'
2223
runs-on: ubuntu-latest
2324
steps:
2425
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)