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 fd3c9a0 commit d3f3bbfCopy full SHA for d3f3bbf
.github/workflows/libcxx-run-benchmarks.yml
@@ -24,7 +24,7 @@ concurrency:
24
jobs:
25
benchmarks:
26
if: |
27
- github.event.issue.pull_request # Ensure the comment is on a PR
+ github.event.issue.pull_request
28
&& contains(github.event.comment.body, '/libcxx-bot benchmark')
29
30
runs-on: llvm-premerge-libcxx-next-runners # TODO: This should run on a dedicated set of machines
0 commit comments