Skip to content

Commit

Permalink
chore: naming and check name
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman committed Mar 24, 2024
1 parent f21a4a1 commit 8d1ff27
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-38.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
ublue-38:
name: "build ublue-os/*-main:38"
uses: ./.github/workflows/reusable-build.yml
secrets: inherit
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-39.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
ublue-39:
name: "build ublue-os/*-main:39"
uses: ./.github/workflows/reusable-build.yml
secrets: inherit
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-40.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
ublue-40:
name: "build ublue-os/*-main:40"
uses: ./.github/workflows/reusable-build.yml
secrets: inherit
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
build_ublue:
name: main image
name: image
runs-on: ubuntu-22.04
permissions:
contents: read
Expand Down Expand Up @@ -274,7 +274,7 @@ jobs:
echo "${{ toJSON(steps.push.outputs) }}"
check:
name: Check all ${{ matrix.fedora_version }} builds successful
name: Check all ${{ inputs.fedora_version }} builds successful
if: ${{ !cancelled() }}
runs-on: ubuntu-latest
needs: [build_ublue]
Expand Down

0 comments on commit 8d1ff27

Please sign in to comment.