mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Text-only change to trigger CI
This commit is contained in:
parent
7ee8b87128
commit
5a3967cab4
2 changed files with 3 additions and 3 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue