Skip to content

Commit a935ef6

Browse files
authored
Merge pull request #674 from kivikakk/push-yztlrxxowzmy
don't make the whole PR look red if benchmarks can't post.
2 parents c045ce4 + c74096c commit a935ef6

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)