Skip to content

Commit 6a13fd6

Browse files
committed
ci: benchmark: Allow a step to fail
1 parent 0028ffb commit 6a13fd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/benchmark.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ jobs:
103103

104104
- name: Post generated benchmark reports to pull request as a comment
105105
if: github.event_name == 'pull_request'
106+
continue-on-error: true
106107
env:
107108
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
108109
run: node ci/github-actions/report-benchmark-result-pr.js

0 commit comments

Comments
 (0)