Skip to content

hello world

hello world #7

Workflow file for this run

name: Downstream CI
on:
pull_request:
branches:
- main
jobs:
downstream_ci:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
env:
DBT_CLOUD_SERVICE_TOKEN: ${{ secrets.DBT_CLOUD_SERVICE_TOKEN }}
DBT_CLOUD_ACCOUNT_ID: 43786
JOB_ID: 384690
PULL_REQUEST_ID: ${{ github.event.number }}
GIT_SHA: ${{ github.event.pull_request.head.sha }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: "3.9.x"
- name: Trigger Downstream CI Script
run: |
pip install dbtc
python scripts/downstream_ci.py