Skip to content

Commit

Permalink
wip 1721334591
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Heath <[email protected]>
  • Loading branch information
Jason Heath committed Jul 18, 2024
1 parent 5405a4e commit 8b70034
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/hab-pkg-build-upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,12 @@ jobs:
habitat-packaging:
needs: changes
if: ${{ needs.changes.outputs.components != '[]' && needs.changes.outputs.components != '' }}
name: ${{matrix.components}}
strategy:
fail-fast: false
matrix:
components: ${{ fromJSON( needs.changes.outputs.components) }}
components: ${{ fromJSON(needs.changes.outputs.components) }}
runs-on: ubuntu-latest
steps:
- name: Checkout for ${{matrix.components}}
Expand Down

0 comments on commit 8b70034

Please sign in to comment.