fix: stop LevelDB benchmark due to an error #6886
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: tm2 | |
on: | |
push: | |
branches: | |
- master | |
workflow_dispatch: | |
pull_request: | |
jobs: | |
main: | |
name: Run Main | |
uses: ./.github/workflows/main_template.yml | |
with: | |
modulepath: "tm2" | |
secrets: | |
codecov-token: ${{ secrets.CODECOV_TOKEN }} |