We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a193e8 commit c2f8937Copy full SHA for c2f8937
.github/workflows/ci.yml
@@ -123,11 +123,11 @@ jobs:
123
run: |
124
cargo bench --bench archive --features blocking -- --output-format criterion | \
125
bencher run \
126
- --ci-number "${{ env.PR_NUMBER }}" \
+ --ci-number "${{ github.event.number }}" \
127
--github-actions "${{ secrets.GITHUB_TOKEN }}" \
128
--err
129
cargo bench --bench embedded --features blocking -- --output-format criterion | \
130
131
132
133
0 commit comments