From 22778cb67cc6b16e2d98d2f05e172ca512bc7d75 Mon Sep 17 00:00:00 2001 From: Denis Varlakov Date: Fri, 12 Jan 2024 13:00:52 +0000 Subject: [PATCH] Update CI --- .github/workflows/deps.yml | 1 - .github/workflows/rust.yml | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deps.yml b/.github/workflows/deps.yml index 5108e67..4188bbd 100644 --- a/.github/workflows/deps.yml +++ b/.github/workflows/deps.yml @@ -52,7 +52,6 @@ jobs: | sed -e '/ALL_DEPS_DIFF/{r all-deps-diff' -e 'd}' \ > pr-comment - name: Publish PR comment - continue-on-error: true uses: marocchino/sticky-pull-request-comment@v2 with: header: deps-diff diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 5aad914..51e74ed 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -36,6 +36,8 @@ jobs: run: cargo clippy --tests --lib -- -D clippy::all bench: runs-on: ubuntu-latest + permissions: + pull-requests: write needs: build steps: - uses: actions/checkout@v3 @@ -49,7 +51,6 @@ jobs: ./measure_perf -n 3 --no-bench-primes-gen > perf_output sed -e '/PERF_OUTPUT/{r perf_output' -e 'd}' .github/pr-comment.tpl > pr-comment - name: Leave PR comment - continue-on-error: true uses: marocchino/sticky-pull-request-comment@v2 with: header: bench