Skip to content
This repository was archived by the owner on Sep 1, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/tinybird-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
workflow_dispatch:
push:
paths:
- 'tinybird/**'
- 'mcp-server-analytics/tinybird/**'
branches:
- main
jobs:
cd:
uses: tinybirdco/ci/.github/workflows/[email protected]
with:
data_project_dir: ./tinybird
data_project_dir: ./mcp-server-analytics/tinybird
secrets:
tb_admin_token: ${{ secrets.TB_ADMIN_TOKEN }}
tb_host: https://api.tinybird.co
4 changes: 2 additions & 2 deletions .github/workflows/tinybird-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
workflow_dispatch:
pull_request:
paths:
- 'tinybird/**'
- 'mcp-server-analytics/tinybird/**'
branches:
- main
types: [opened, reopened, labeled, unlabeled, synchronize, closed]
Expand All @@ -21,7 +21,7 @@
ci:
uses: tinybirdco/ci/.github/workflows/[email protected]
with:
data_project_dir: ./tinybird
data_project_dir: ./mcp-server-analytics/tinybird
secrets:
tb_admin_token: ${{ secrets.TB_ADMIN_TOKEN }}
tb_host: https://api.tinybird.co
File renamed without changes.
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ VERSION=0.0.0
# TB_VERSION_WARNING=0

# Skip regression tests
# TB_SKIP_REGRESSION=0
TB_SKIP_REGRESSION=1

# Use `OBFUSCATE_REGEX_PATTERN` and `OBFUSCATE_PATTERN_SEPARATOR` environment variables to define a regex pattern and a separator (in case of a single string with multiple regex) to obfuscate secrets in the CLI output.
# OBFUSCATE_REGEX_PATTERN="https://(www\.)?[^/]+||^Follow these instructions =>"
Expand Down
Loading