diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb14d4a1f6..4577c93725 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,6 +120,7 @@ jobs: any-code: - '!**/*.md' tinybird: + - *shared - 'ghost/tinybird/**/*.datasource' - 'ghost/tinybird/**/*.pipe' @@ -940,7 +941,7 @@ jobs: ] defaults: run: - working-directory: ${{ inputs.data_project_dir }}/ghost/tinybird + working-directory: ghost/tinybird if: needs.job_setup.outputs.changed_tinybird == 'true' steps: @@ -1084,7 +1085,6 @@ jobs: echo "Skipping clean up: The Branch '$BRANCH_NAME' does not exist." fi - job_required_tests: name: All required tests passed or skipped needs: diff --git a/ghost/tinybird/datasources/analytics_events.datasource b/ghost/tinybird/datasources/analytics_events.datasource index 0c3b5b9d6b..b8b321f10f 100644 --- a/ghost/tinybird/datasources/analytics_events.datasource +++ b/ghost/tinybird/datasources/analytics_events.datasource @@ -1,5 +1,5 @@ DESCRIPTION > - Analytics events landing data source + Analytics events landing data source - this is our raw data from the tracker TOKEN "tracker" APPEND