mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-29 10:13:05 +03:00
95b475c855
Fix for #8137 --------- Co-authored-by: Félix Malfait <felix@twenty.com>
21 lines
423 B
YAML
21 lines
423 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.TB_ADMIN_TOKEN }}
|
|
tb_host: https://api.eu-central-1.aws.tinybird.co |