Skip to content

Commit

Permalink
disable GH event notification workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
imda-kwokwk committed Sep 13, 2024
1 parent 51eeb04 commit 6e41ab4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/gh-event-notification.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: GH Event Notification

on:
issues:
types: [opened]
pull_request:
types: [opened]
# issues:
# types: [opened]
# pull_request:
# types: [opened]
workflow_dispatch:

jobs:
notify:
Expand Down

0 comments on commit 6e41ab4

Please sign in to comment.