Disable some custom webhooks --nobuild

This commit is contained in:
Willy-JL
2024-10-10 01:51:24 +01:00
parent 20fea057fc
commit b4383c4d23

View File

@@ -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: