Skip to content

Commit

Permalink
[CHORE] Set DAFT_ANALYTICS_ENABLED=0 in nightly tests (#1972)
Browse files Browse the repository at this point in the history
Co-authored-by: Jay Chia <[email protected]@users.noreply.github.com>
  • Loading branch information
jaychia and Jay Chia authored Mar 5, 2024
1 parent 59046d3 commit acd1fad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nightlies-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
types:
- completed

env:
DAFT_ANALYTICS_ENABLED: '0'

jobs:
integration-test-tpch:
runs-on: ${{ matrix.runner-name }}
Expand Down

0 comments on commit acd1fad

Please sign in to comment.