Skip to content

Commit

Permalink
chore: use high performance runner for publishing crates
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov committed Jan 22, 2025
1 parent 05117a2 commit a62287e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ jobs:
publish-crates:
needs: release-please
name: Publish to crates.io
runs-on: ubuntu-latest
runs-on: matterlabs-ci-runner-high-performance
if: ${{ needs.release-please.outputs.releases_created == 'true' && inputs.publish-to-crates-io == 'true' }}
strategy:
matrix:
Expand Down

0 comments on commit a62287e

Please sign in to comment.