Skip to content

Commit

Permalink
chore(CI): remove issue_comment trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Dec 19, 2024
1 parent 43c88d8 commit bba1c83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/bench-pr.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Benchmark PR

on:
issue_comment:
types: [created]
# TODO: switch to workflow_dispatch
# on:
# issue_comment:
# types: [created]

# cancel previous job runs for the same workflow + pr
concurrency:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ on:
description: 'Release Branch (confirm release branch)'
required: true
default: 'main'
issue_comment:
types: [created]

permissions:
id-token: write
Expand Down

0 comments on commit bba1c83

Please sign in to comment.