Skip to content

Commit

Permalink
delete debug workflow rule for chaotops help
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Aug 1, 2023
1 parent 0c519e0 commit 3d5eb64
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/chatops-help.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
#
name: "ChatOps help"
on:
push:
branches:
- refactor/ci/update-action

pull_request:
types: [opened]

Expand All @@ -45,6 +41,5 @@ jobs:
$API_URL
env:
GITHUB_TOKEN: ${{ secrets.DISPATCH_TOKEN }}
# API_URL: ${{ github.event.pull_request.comments_url }}
API_URL: "https://api.github.com/repos/vdaas/vald/issues/2141/comments"
API_URL: ${{ github.event.pull_request.comments_url }}
PR_NUM: ${{ github.event.issue.number }}

0 comments on commit 3d5eb64

Please sign in to comment.