Skip to content

Commit

Permalink
Fix: wibarab build needed for wibarab deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
simar0at committed Feb 12, 2024
1 parent 2deb8e0 commit c075685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/starter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ jobs:
fetch-depth: ${{ fromJson(needs.setup_workflow_env.outputs.fetch-depth)}}
submodules: ${{ needs.setup_workflow_env.outputs.submodules }}
_3-wibarab:
needs: [setup_workflow_env, generate_workflow_vars-wibarab, _1-shawi, _2]
needs: [setup_workflow_env, generate_workflow_vars-wibarab, _1-wibarab, _2]
uses: acdh-oeaw/gl-autodevops-minimal-port/.github/workflows/deploy-cluster-2.yml@main
secrets: inherit
with:
Expand Down

0 comments on commit c075685

Please sign in to comment.