chore: CI: don't schedule nightlies on forks
This commit is contained in:
parent
5797ee4ab2
commit
0b146abeb1
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -13,6 +13,8 @@ on:
|
|||
|
||||
jobs:
|
||||
Build:
|
||||
# don't schedule nightlies on forks
|
||||
if: github.event_name != 'schedule' || github.repository == 'leanprover/lean4'
|
||||
runs-on: ${{ matrix.os }}
|
||||
defaults:
|
||||
run:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue