Skip to content

Commit

Permalink
ci: prevent running nightly FT in forks (GreptimeTeam#2906)
Browse files Browse the repository at this point in the history
  • Loading branch information
tisonkun authored Dec 12, 2023
1 parent 1e22f1c commit 47e5154
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly-funtional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 47e5154

Please sign in to comment.