We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43c88d8 commit 188cd7dCopy full SHA for 188cd7d
.github/workflows/bench-pr.yml
@@ -1,8 +1,9 @@
1
name: Benchmark PR
2
3
-on:
4
- issue_comment:
5
- types: [created]
+# TODO: switch to workflow_dispatch
+# on:
+# issue_comment:
6
+# types: [created]
7
8
# cancel previous job runs for the same workflow + pr
9
concurrency:
.github/workflows/release.yml
@@ -17,8 +17,6 @@ on:
17
description: 'Release Branch (confirm release branch)'
18
required: true
19
default: 'main'
20
21
22
23
permissions:
24
id-token: write
0 commit comments