ci: Add some sanity conditions for skips; formatting

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-05-30 15:59:28 +00:00
parent a86bb8b8c7
commit d992333f2e
5 changed files with 38 additions and 8 deletions

View File

@@ -133,6 +133,7 @@ jobs:
if: >
${{
!failure() && !cancelled()
&& inputs.cargo.profiles
}}
name: Clippy
uses: ./.github/workflows/bake.yml