Skip to content

Commit

Permalink
add needs check-build as precondition
Browse files Browse the repository at this point in the history
  • Loading branch information
duc-nx committed Aug 23, 2024
1 parent d0d3ce0 commit 62c6b91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
- uses: bnjbvr/cargo-machete@main

bench-riscv:
needs: check-build
runs-on: ubuntu-latest
if: contains(github.event.pull_request.labels.*.name, 'benchmark')
steps:
Expand All @@ -70,6 +71,7 @@ jobs:
cargo bench --bench riscv_machine
bench-nova-public-params:
needs: check-build
runs-on: ubuntu-latest
if: contains(github.event.pull_request.labels.*.name, 'benchmark')
steps:
Expand Down

0 comments on commit 62c6b91

Please sign in to comment.