Skip to content

Commit 0101b27

Browse files
committed
fix: disable hook job v2
1 parent 298939f commit 0101b27

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ jobs:
331331
summary:
332332
name: Deployment Summary
333333
runs-on: ubuntu-latest
334-
needs: [setup, validate, lint, migrate, plan, apply, hook]
334+
needs: [setup, validate, lint, migrate, plan, apply]
335335
if: always()
336336
steps:
337337
- name: Set workspace
@@ -350,7 +350,6 @@ jobs:
350350
echo "| Database Migration | ${{ needs.migrate.result }} |" >> $GITHUB_STEP_SUMMARY
351351
echo "| Terraform Plan | ${{ needs.plan.result }} |" >> $GITHUB_STEP_SUMMARY
352352
echo "| Terraform Apply | ${{ needs.apply.result }} |" >> $GITHUB_STEP_SUMMARY
353-
echo "| Webhook Setup | ${{ needs.hook.result }} |" >> $GITHUB_STEP_SUMMARY
354353
echo "" >> $GITHUB_STEP_SUMMARY
355354
echo "**Branch:** ${{ github.ref_name }}" >> $GITHUB_STEP_SUMMARY
356355
echo "**Workspace:** $WORKSPACE" >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)