Skip to content

Commit

Permalink
ci: Fix benchmark workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
HDauven committed Dec 4, 2024
1 parent a0c0e5b commit f747de7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
# Job to run change detection
changes:
runs-on: core
runs-on: ubuntu-latest
permissions:
pull-requests: read
outputs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ruskwallet_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,3 @@ jobs:

- run: cargo check --target=aarch64-unknown-linux-gnu --release
working-directory: ./rusk-wallet

0 comments on commit f747de7

Please sign in to comment.