ci: run nightly jobs only on greptimedb repo (#5505)

ci: skip nightly ci jobs (#9)

(cherry picked from commit 345b4c30474f47a0477263bfba9894d7b4acda2d)
(cherry picked from commit dcd779cd668802fb1ea12fefb4dc3f83f34e30a2)
This commit is contained in:
LFC
2025-02-11 18:57:43 +08:00
committed by GitHub
parent 336b941113
commit ccfa40dc41

View File

@@ -117,6 +117,7 @@ jobs:
cleanbuild-linux-nix:
name: Run clean build on Linux
runs-on: ubuntu-latest
if: ${{ github.repository == 'GreptimeTeam/greptimedb' }}
timeout-minutes: 60
steps:
- uses: actions/checkout@v4