ci: prevent running nightly CI in forks (#2898)

Signed-off-by: tison <wander4096@gmail.com>
This commit is contained in:
tison
2023-12-11 10:34:59 +08:00
committed by GitHub
parent 73227bbafd
commit 178018143d

View File

@@ -17,6 +17,7 @@ env:
jobs:
sqlness:
name: Sqlness Test
if: ${{ github.repository == 'GreptimeTeam/greptimedb' }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
@@ -51,6 +52,7 @@ jobs:
retention-days: 3
test-on-windows:
if: ${{ github.repository == 'GreptimeTeam/greptimedb' }}
runs-on: windows-latest-8-cores
timeout-minutes: 60
steps: