Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
survived committed Jan 12, 2024
1 parent df05378 commit 22778cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 22778cb

Please sign in to comment.