Skip to content

Commit d3f3bbf

Browse files
committed
Remove comment
1 parent fd3c9a0 commit d3f3bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/libcxx-run-benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ concurrency:
2424
jobs:
2525
benchmarks:
2626
if: |
27-
github.event.issue.pull_request # Ensure the comment is on a PR
27+
github.event.issue.pull_request
2828
&& contains(github.event.comment.body, '/libcxx-bot benchmark')
2929
3030
runs-on: llvm-premerge-libcxx-next-runners # TODO: This should run on a dedicated set of machines

0 commit comments

Comments
 (0)