Skip to content

Commit

Permalink
remove --locked option
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Hoß <[email protected]>
  • Loading branch information
sebhoss committed Jul 30, 2024
1 parent 0fb6190 commit 1f680b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
--token ${{ secrets.CRATES_IO_TOKEN }}
--package kube-custom-resources-rs
--all-features
--locked
--jobs 1
--no-verify
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Cache Dependencies
uses: Swatinem/rust-cache@v2
- name: Check Code Generator
run: cargo check --package code-generator --locked
run: cargo check --package code-generator
- name: Check changed CRDs
run: |
all_good=yes
Expand Down

0 comments on commit 1f680b4

Please sign in to comment.