Skip to content

Commit

Permalink
fix: No longer depend on the benchmarker.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxemiliang committed Apr 20, 2024
1 parent 9053d13 commit a49fd1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# Publish the test results as an output
publish-test:
name: Publish test results
needs: [ build-test, build-proprietary, benchmark ]
needs: [ build-test, build-proprietary ]
runs-on: [ self-hosted, docker ]
steps:
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit a49fd1e

Please sign in to comment.