Skip to content

Commit

Permalink
Remove check publish workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Varlakov <[email protected]>
  • Loading branch information
survived committed Aug 22, 2024
1 parent 9bffd30 commit ba18b15
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,22 +126,6 @@ jobs:
with:
header: bench
path: pr-comment

check-publish:
runs-on: ubuntu-latest
strategy:
matrix:
package:
- key-share
- cggmp21-keygen
- cggmp21
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: "true"
- name: Dry-run publish
run: cargo publish --dry-run -p ${{ matrix.package }}
check-changelog:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit ba18b15

Please sign in to comment.