File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ jobs:
280280 run : |
281281 mkdir -p logs/ubuntu-noble
282282 scp -r ubuntu@$(jq -r .access_ip_v4.value src/kayobe-config/etc/kayobe/environments/ci-builder/tf-outputs.yml):/opt/kayobe/images/*/*.std* ./logs/ubuntu-noble/
283- if : always()
283+ if : inputs.ubuntu-noble
284284
285285 - name : Build a Rocky 9 IPA image
286286 id : build_rocky_9_ipa
@@ -344,7 +344,7 @@ jobs:
344344 run : |
345345 mkdir -p logs/rocky-9
346346 scp -r ubuntu@$(jq -r .access_ip_v4.value src/kayobe-config/etc/kayobe/environments/ci-builder/tf-outputs.yml):/opt/kayobe/images/*/*.std* ./logs/rocky-9/
347- if : always()
347+ if : inputs.rocky9
348348
349349 - name : Build a Rocky 10 10 IPA image
350350 id : build_rocky_10_ipa
@@ -408,7 +408,7 @@ jobs:
408408 run : |
409409 mkdir -p logs/rocky-10
410410 scp -r ubuntu@$(jq -r .access_ip_v4.value src/kayobe-config/etc/kayobe/environments/ci-builder/tf-outputs.yml):/opt/kayobe/images/*/*.std* ./logs/rocky-10/
411- if : always()
411+ if : inputs.rocky10
412412
413413 - name : Upload logs artifact
414414 uses : actions/upload-artifact@v6
You can’t perform that action at this time.
0 commit comments