Skip to content

Commit

Permalink
chain both together
Browse files Browse the repository at this point in the history
  • Loading branch information
jbusecke committed Apr 9, 2024
1 parent 3772ddb commit 97cafa7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy_recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
done
follow-up-task:
needs: deploy-recipes
runs-on: ubuntu-latest
steps:
- name: just a dummy for now
run: |
echo "Here we would run the catalog zarr recipe in line"
uses: ./.github/workflows/create_catalog_zarr.yaml
with:
recipe_id: ${{ github.event.inputs.recipe_id }}
secrets:
GCP_DATAFLOW_SERVICE_KEY: ${{ secrets.GCP_DATAFLOW_SERVICE_KEY }}

0 comments on commit 97cafa7

Please sign in to comment.