Skip to content

Commit c2f8937

Browse files
committed
ci: update approach for setting ci-number
1 parent 4a193e8 commit c2f8937

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,11 @@ jobs:
123123
run: |
124124
cargo bench --bench archive --features blocking -- --output-format criterion | \
125125
bencher run \
126-
--ci-number "${{ env.PR_NUMBER }}" \
126+
--ci-number "${{ github.event.number }}" \
127127
--github-actions "${{ secrets.GITHUB_TOKEN }}" \
128128
--err
129129
cargo bench --bench embedded --features blocking -- --output-format criterion | \
130130
bencher run \
131-
--ci-number "${{ env.PR_NUMBER }}" \
131+
--ci-number "${{ github.event.number }}" \
132132
--github-actions "${{ secrets.GITHUB_TOKEN }}" \
133133
--err

0 commit comments

Comments
 (0)