Skip to content

ci: add option to skip cargo-deny checks in package action#54

Open
pranavpadmasali wants to merge 1 commit intomainfrom
pranav/skip-cargo-deny
Open

ci: add option to skip cargo-deny checks in package action#54
pranavpadmasali wants to merge 1 commit intomainfrom
pranav/skip-cargo-deny

Conversation

@pranavpadmasali
Copy link
Contributor

@pranavpadmasali pranavpadmasali commented Feb 19, 2026

While running older performance test, for eg 8.2.2 the cargo deny used to fail like in this build. So older package building and testing was not doable in CI.

The change in workflow introduces a new flag which skips the cargo deny when set to true. By default the option will be disabled and all other existing workflows will run cargo deny. It would only be used for internal package building and not for release packages.

@pranavpadmasali pranavpadmasali requested a review from a team as a code owner February 19, 2026 10:38
@rustybee42
Copy link
Collaborator

Please don't forget to rebase before merging

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments