Nevermind --nobuild

Github default webhooks dont have enough granularity

No github, i dont need a notification for every single workflow starting and stopping. tell me when it fails. thats what i care about. and no i dont need a notification for every single issue comment edit either.
This commit is contained in:
Willy-JL
2024-10-10 02:02:04 +01:00
parent b4383c4d23
commit a23c51aefa

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: