Skip to content

Commit 1daac00

Browse files
committed
Don't run scheduled workflows on forks
1 parent a576055 commit 1daac00

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ env:
4242

4343
jobs:
4444
test:
45+
# Don't run scheduled tests on forks
46+
if: ${{ github.repository_owner == 'jupyterhub' || github.event_name != 'schedule' }}
47+
4548
runs-on: ubuntu-${{ matrix.ubuntu_version }}
4649

4750
strategy:

0 commit comments

Comments
 (0)