ci: prevent running nightly FT in forks (#2906)

This commit is contained in:
tison
2023-12-12 10:49:52 +08:00
committed by GitHub
parent 1e22f1cb4f
commit 47e51545dd

View File

@@ -9,6 +9,7 @@ on:
jobs:
sqlness-test:
name: Run sqlness test
if: ${{ github.repository == 'GreptimeTeam/greptimedb' }}
runs-on: ubuntu-22.04
steps:
- name: Checkout