2024-10-29 12:31:05 +03:00
|
|
|
name: CI Tinybird
|
|
|
|
on:
|
2024-10-29 12:43:04 +03:00
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- main
|
2024-11-14 20:05:05 +03:00
|
|
|
paths:
|
|
|
|
- 'package.json'
|
|
|
|
- 'packages/twenty-tinybird/**'
|
2024-10-29 12:31:05 +03:00
|
|
|
|
2024-10-29 12:43:04 +03:00
|
|
|
pull_request:
|
2024-11-14 20:05:05 +03:00
|
|
|
paths:
|
|
|
|
- 'package.json'
|
|
|
|
- 'packages/twenty-tinybird/**'
|
2024-10-29 12:31:05 +03:00
|
|
|
|
|
|
|
concurrency:
|
|
|
|
group: ${{ github.workflow }}-${{ github.ref }}
|
|
|
|
cancel-in-progress: true
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
ci:
|
2024-11-11 16:06:38 +03:00
|
|
|
uses: tinybirdco/ci/.github/workflows/ci.yml@main
|
2024-11-14 20:05:05 +03:00
|
|
|
with:
|
|
|
|
data_project_dir: packages/twenty-tinybird
|
|
|
|
secrets:
|
|
|
|
tb_admin_token: ${{ secrets.TB_ADMIN_TOKEN }}
|
|
|
|
tb_host: https://api.eu-central-1.aws.tinybird.co
|