Skip to content

Commit 188cd7d

Browse files
authored
chore(CI): remove issue_comment trigger (#585)
1 parent 43c88d8 commit 188cd7d

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/bench-pr.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Benchmark PR
22

3-
on:
4-
issue_comment:
5-
types: [created]
3+
# TODO: switch to workflow_dispatch
4+
# on:
5+
# issue_comment:
6+
# types: [created]
67

78
# cancel previous job runs for the same workflow + pr
89
concurrency:

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ on:
1717
description: 'Release Branch (confirm release branch)'
1818
required: true
1919
default: 'main'
20-
issue_comment:
21-
types: [created]
2220

2321
permissions:
2422
id-token: write

0 commit comments

Comments
 (0)