2335 add miami fte data to base powerschool student enrollments #1696
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: kippnewark | |
permissions: | |
contents: read | |
pull-requests: write | |
id-token: write | |
on: | |
workflow_dispatch: null | |
push: | |
branches: | |
- main | |
paths: | |
- .github/workflows/dagster-cloud-deploy.yaml | |
- .github/workflows/deploy-prod-kippnewark.yaml | |
- Dockerfile | |
- uv.lock | |
- src/dbt/deanslist/** | |
- src/dbt/edplan/** | |
- src/dbt/iready/** | |
- src/dbt/kippnewark/** | |
- src/dbt/overgrad/** | |
- src/dbt/pearson/** | |
- src/dbt/powerschool/** | |
- src/dbt/renlearn/** | |
- src/dbt/titan/** | |
- src/teamster/code_locations/kippnewark/** | |
- src/teamster/core/** | |
- src/teamster/libraries/couchdrop/** | |
- src/teamster/libraries/datagun/** | |
- src/teamster/libraries/dbt/** | |
- src/teamster/libraries/deanslist/** | |
- src/teamster/libraries/edplan/** | |
- src/teamster/libraries/iready/** | |
- src/teamster/libraries/overgrad/** | |
- src/teamster/libraries/pearson/** | |
- src/teamster/libraries/powerschool/sis/** | |
- src/teamster/libraries/renlearn/** | |
- src/teamster/libraries/sftp/** | |
- src/teamster/libraries/ssh/** | |
- src/teamster/libraries/titan/** | |
pull_request: | |
paths: | |
- .github/workflows/dagster-cloud-deploy.yaml | |
- .github/workflows/deploy-prod-kippnewark.yaml | |
- Dockerfile | |
- uv.lock | |
- src/teamster/code_locations/kippnewark/** | |
- src/teamster/core/** | |
- src/teamster/libraries/couchdrop/** | |
- src/teamster/libraries/datagun/** | |
- src/teamster/libraries/dbt/** | |
- src/teamster/libraries/deanslist/** | |
- src/teamster/libraries/edplan/** | |
- src/teamster/libraries/iready/** | |
- src/teamster/libraries/overgrad/** | |
- src/teamster/libraries/pearson/** | |
- src/teamster/libraries/powerschool/sis/** | |
- src/teamster/libraries/renlearn/** | |
- src/teamster/libraries/sftp/** | |
- src/teamster/libraries/ssh/** | |
- src/teamster/libraries/titan/** | |
types: | |
- opened | |
- synchronize | |
- reopened | |
- closed | |
jobs: | |
dagster-cloud-deploy: | |
uses: ./.github/workflows/dagster-cloud-deploy.yaml | |
with: | |
code-location: kippnewark | |
secrets: inherit |