Skip to content

Commit

Permalink
Merge pull request #1821 from habitat-sh/jah/name-change-and-trigger-…
Browse files Browse the repository at this point in the history
…test

name changes and workflow trigger test
  • Loading branch information
jasonheath authored Jul 19, 2024
2 parents 0f3e756 + fa7f143 commit e020fe4
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -17,6 +17,7 @@ permissions:
jobs:

changes:
name: detect changed components
runs-on: ubuntu-latest
permissions:
pull-requests: read
Expand All @@ -42,7 +43,7 @@ jobs:
habitat-packaging:
needs: changes
if: ${{ needs.changes.outputs.components != '[]' && needs.changes.outputs.components != '' }}
name: ${{matrix.components}}
name: hab pkg of changed components
strategy:
fail-fast: false
matrix:
Expand Down
Empty file.

0 comments on commit e020fe4

Please sign in to comment.