Update containers.build.yaml

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
Kjeld Schouten
2024-10-17 21:12:19 +02:00
committed by GitHub
parent 470dad7770
commit 372f5dbda6
+2 -1
View File
@@ -89,7 +89,7 @@ jobs:
strategy:
matrix: ${{ fromJson(needs.changes.outputs.matrix) }}
fail-fast: false
if: "!contains(github.event.head_commit.message, '[ci-skip]')"
if: ${{ needs.changes.outputs.matrix != '{}' && fromJson(needs.changes.outputs.matrix).container != [] }}
steps:
- name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
@@ -337,6 +337,7 @@ jobs:
container-build-complete:
needs: [build]
if: ${{ always() }}
name: Container Build Completed
runs-on: ubuntu-latest
steps: