Skip to content

Commit

Permalink
Add names to jobs for better UI experience.
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwaldp-oci committed Jul 14, 2023
1 parent b59fede commit bfa1685
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ defaults:

jobs:
build-base:
name: Run Build Workflow
uses: ./.github/workflows/build_base.yaml
permissions:
packages: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
file: ${{fromJSON(needs.d.outputs.p)[matrix.platform].dockerfile}}

Build:
name: Build leap
needs: [d, build-platforms]
if: always() && needs.d.result == 'success' && (needs.build-platforms.result == 'success' || needs.build-platforms.result == 'skipped')
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ph_backward_compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ defaults:

jobs:
build-base:
name: Run Build Workflow
uses: ./.github/workflows/build_base.yaml
permissions:
packages: write
Expand Down

0 comments on commit bfa1685

Please sign in to comment.