Skip to content

Commit

Permalink
wip 1719944081
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Heath <jason.heath@progress.com>
  • Loading branch information
Jason Heath committed Jul 2, 2024
1 parent 36df490 commit 60d6f61
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/hab-pkg-build-upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

# These components either have a plan.sh file or a habitat plan directory
simple-packages:
name: ${{matrix.components}} (plan.sh or habitat dir)
name: ${{matrix.components}} (plan.sh, habitat dir)
strategy:
fail-fast: false
matrix:
Expand All @@ -49,7 +49,7 @@ jobs:

# These components have architecture specific plan directories
architecture-packages:
name: ${{matrix.arches}} ${{matrix.components}}
name: ${{matrix.components}} ${{matrix.arches}}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -97,8 +97,8 @@ jobs:

# These components have a plan in a habitat-dev directory which is to be built
# after building a package from a plan in a habitat directory
habitat-dev-dir-packages:
name: ${{matrix.components}} (habitat and habitat-dev dirs)
dependent-packages:
name: ${{matrix.components}} (habitat, habitat-dev dirs)
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 60d6f61

Please sign in to comment.