Skip to content

Commit 2d171a9

Browse files
hugovkbhrutledge
andauthored
CI: Don't run cron for forks (#1248)
* Don't run cron for forks * Simplify logic Co-authored-by: Brian Rutledge <[email protected]> --------- Co-authored-by: Brian Rutledge <[email protected]>
1 parent 48cf226 commit 2d171a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ concurrency:
1313
jobs:
1414
build:
1515
name: ${{ matrix.noxenv }}
16+
if: ${{ github.repository_owner == 'pypa' || github.event_name != 'schedule' }}
1617
runs-on: ubuntu-latest
1718
strategy:
1819
matrix:

0 commit comments

Comments
 (0)