Skip to content

Commit

Permalink
cat
Browse files Browse the repository at this point in the history
  • Loading branch information
aspeddro committed Nov 5, 2024
1 parent 75b4a1c commit fe5ec70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
verbose: true

- name: Cat
run: cat dependent_files.txt

- name: Register Prefect flows
run: |-
poetry run python .github/workflows/scripts/register_flows.py --project $PREFECT__SERVER__PROJECT --path pipelines/ --no-schedule --filter-affected-flows

0 comments on commit fe5ec70

Please sign in to comment.