Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
removed ghost job
Browse files Browse the repository at this point in the history
  • Loading branch information
joshika39 committed Mar 28, 2024
1 parent a3fab5b commit c1949fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

deploy-stack:
runs-on: ubuntu-latest
needs: [build-handler, build-checker, build-reciever]
needs: [build-handler, build-checker]
steps:
- name: Invoke deployment hook
run: curl -X POST ${{ vars.WEBHOOK_URL }}

0 comments on commit c1949fc

Please sign in to comment.