Skip to content

Commit 22778cb

Browse files
committed
Update CI
1 parent df05378 commit 22778cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deps.yml

-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252
| sed -e '/ALL_DEPS_DIFF/{r all-deps-diff' -e 'd}' \
5353
> pr-comment
5454
- name: Publish PR comment
55-
continue-on-error: true
5655
uses: marocchino/sticky-pull-request-comment@v2
5756
with:
5857
header: deps-diff

.github/workflows/rust.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
run: cargo clippy --tests --lib -- -D clippy::all
3737
bench:
3838
runs-on: ubuntu-latest
39+
permissions:
40+
pull-requests: write
3941
needs: build
4042
steps:
4143
- uses: actions/checkout@v3
@@ -49,7 +51,6 @@ jobs:
4951
./measure_perf -n 3 --no-bench-primes-gen > perf_output
5052
sed -e '/PERF_OUTPUT/{r perf_output' -e 'd}' .github/pr-comment.tpl > pr-comment
5153
- name: Leave PR comment
52-
continue-on-error: true
5354
uses: marocchino/sticky-pull-request-comment@v2
5455
with:
5556
header: bench

0 commit comments

Comments
 (0)