Skip to content

Commit 7fb5fbc

Browse files
committed
fix: run only if benchmark was a success
1 parent b2e8404 commit 7fb5fbc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/benchmark-post-result.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ on:
1616
jobs:
1717
upload:
1818
runs-on: ubuntu-latest
19+
if: ${{ github.event.workflow_run.conclusion == 'success' }}
20+
1921
steps:
2022
- name: "Download artifact"
2123
uses: actions/github-script@v6

0 commit comments

Comments
 (0)