diff --git a/.github/workflows/webhook.yml b/.github/workflows/webhook.yml index 003442a1f..5dace0690 100644 --- a/.github/workflows/webhook.yml +++ b/.github/workflows/webhook.yml @@ -2,21 +2,21 @@ name: "Webhook" on: push: - workflow_run: - workflows: - - "Build" - - "Lint" - - "Release" - types: - - "completed" - issues: - types: - - "opened" - - "closed" - - "reopened" - issue_comment: - types: - - "created" + # workflow_run: + # workflows: + # - "Build" + # - "Lint" + # - "Release" + # types: + # - "completed" + # issues: + # types: + # - "opened" + # - "closed" + # - "reopened" + # issue_comment: + # types: + # - "created" jobs: webhook: