ci: Workaround multi-line if-condition github bug; cleanup.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-06-01 20:19:18 +00:00
parent 841253692d
commit 873cac5731
7 changed files with 115 additions and 93 deletions

View File

@@ -45,12 +45,11 @@ on:
jobs:
containers:
if: >
${{
!failure() && !cancelled()
&& inputs.machines
&& inputs.docker_repo != ''
&& github.ref == 'refs/heads/main'
}}
!failure() && !cancelled()
&& inputs.machines
&& inputs.docker_repo != ''
&& github.ref == 'refs/heads/main'
name: Publish containers
runs-on: ${{matrix.machine}}
permissions: write-all