Skip to content

Commit c74096c

Browse files
committed
don't make the whole PR look red if benchmarks can't post.
1 parent c045ce4 commit c74096c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/benchmarks.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: benchmarks
22

3-
on:
3+
on:
44
pull_request:
55
types:
66
- opened
@@ -33,4 +33,5 @@ jobs:
3333
- name: Post result comment
3434
uses: mshick/add-pr-comment@v2
3535
with:
36-
message-path: bench-output.md
36+
message-path: bench-output.md
37+
continue-on-error: true

0 commit comments

Comments
 (0)