Skip to content

Commit

Permalink
Added initial Tinybird job to test the trigger conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
cmraible committed Mar 3, 2025
1 parent b7667a0 commit a387662
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -824,6 +824,26 @@ jobs:
status: ${{ job.status }}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

job_tinybird:
name: Tinybird Tests
runs-on: ubuntu-latest
needs: [
job_setup
]
defaults:
run:
working-directory: ghost/tinybird-dedicated
if: needs.job_setup.outputs.changed_tinybird == 'true'
steps:
- name: Get User Permission
id: checkAccess
uses: actions-cool/check-user-permission@v2
with:
require: write
username: ${{ github.triggering_actor }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

job_ghost-cli:
name: Ghost-CLI tests
Expand Down

0 comments on commit a387662

Please sign in to comment.