kopia lustrzana https://github.com/jupyterhub/repo2docker
Don't run scheduled workflows on forks
rodzic
a5760555dd
commit
1daac00e1a
|
@ -42,6 +42,9 @@ env:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
# Don't run scheduled tests on forks
|
||||||
|
if: ${{ github.repository_owner == 'jupyterhub' || github.event_name != 'schedule' }}
|
||||||
|
|
||||||
runs-on: ubuntu-${{ matrix.ubuntu_version }}
|
runs-on: ubuntu-${{ matrix.ubuntu_version }}
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
|
Ładowanie…
Reference in New Issue