Skip to content

Commit

Permalink
fix-bench ci
Browse files Browse the repository at this point in the history
  • Loading branch information
karatakis committed Nov 4, 2024
1 parent ade7cde commit 7fb55c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ permissions:
issues: write
jobs:
build:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand All @@ -38,6 +39,8 @@ jobs:

benchmark:
needs: build
# TODO
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
strategy:
Expand Down

0 comments on commit 7fb55c2

Please sign in to comment.