Skip to content

Commit

Permalink
build_deploy_edge.yml: update reference to called workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
digorgonzola committed Feb 26, 2024
1 parent 8232c82 commit 11d2b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_deploy_edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
trigger_edge_deploy:
needs: [build_push]
uses: .github/workflows/trigger_deploy.yml
uses: ./.github/workflows/trigger_deploy.yml@5320_mvp_ci_cd #TODO update to 'main' before merge
with:
app_name: es-indexer
environment: edge
Expand Down

0 comments on commit 11d2b4d

Please sign in to comment.