We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c043f3 commit 3b7f527Copy full SHA for 3b7f527
1 file changed
.github/workflows/benchmark-tracking.yml
@@ -99,6 +99,7 @@ jobs:
99
100
- name: Comment on pull request
101
if: always() && github.event_name == 'pull_request' && steps.run.outcome == 'success'
102
+ continue-on-error: true
103
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
104
with:
105
script: |
0 commit comments