mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
Disable some custom webhooks --nobuild
This commit is contained in:
30
.github/workflows/webhook.yml
vendored
30
.github/workflows/webhook.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user