Files
twenty/.github/workflows/ci-tinybird.yaml
Félix Malfait f79e904dd6 Enable Tinybird CI (#8168)
Test to enable it in a second PR. I think it needed to merged in main
first
2024-10-29 10:43:04 +01:00

21 lines
429 B
YAML

name: CI Tinybird
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
uses: tinybirdco/ci/.github/workflows/ci.yml@main
with:
data_project_dir: packages/twenty-tinybird
secrets:
tb_admin_token: ${{ secrets.TINYBIRD_ADMIN_TOKEN }}
tb_host: https://api.eu-central-1.aws.tinybird.co