Skip to content

Commit

Permalink
Update containers.build.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Kjeld Schouten <[email protected]>
  • Loading branch information
PrivatePuffin authored Oct 17, 2024
1 parent 470dad7 commit 372f5db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/containers.build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -337,6 +337,7 @@ jobs:

container-build-complete:
needs: [build]
if: ${{ always() }}
name: Container Build Completed
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 372f5db

Please sign in to comment.