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

@@ -5,7 +5,6 @@ on:
inputs:
cargo_profiles:
type: string
default: '["release"]'
description: Cargo profiles
feat_sets:
type: string
@@ -48,6 +47,7 @@ jobs:
if: >
${{
!failure() && !cancelled()
&& inputs.machines
&& inputs.docker_repo
&& github.ref == 'refs/heads/main'
}}