Skip to content

Commit

Permalink
chore: streamline naming for github UI (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman authored Mar 24, 2024
1 parent 143259d commit 0a7b124
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-38.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
workflow_dispatch:

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

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

jobs:
ublue-40:
name: "build ublue-os/*-main:40"
build:
name: build
uses: ./.github/workflows/reusable-build.yml
secrets: inherit
with:
Expand Down
2 changes: 1 addition & 1 deletion .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: image
name: main
runs-on: ubuntu-22.04
permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Main

[![ublue-38](https://github.com/ublue-os/main/actions/workflows/build-38.yml/badge.svg)](https://github.com/ublue-os/main/actions/workflows/build-38.yml) [![ublue-39](https://github.com/ublue-os/main/actions/workflows/build-39.yml/badge.svg)](https://github.com/ublue-os/main/actions/workflows/build-39.yml) [![ublue-40](https://github.com/ublue-os/main/actions/workflows/build-40.yml/badge.svg)](https://github.com/ublue-os/main/actions/workflows/build-40.yml)
[![build-38](https://github.com/ublue-os/main/actions/workflows/build-38.yml/badge.svg)](https://github.com/ublue-os/main/actions/workflows/build-38.yml) [![build-39](https://github.com/ublue-os/main/actions/workflows/build-39.yml/badge.svg)](https://github.com/ublue-os/main/actions/workflows/build-39.yml) [![build-40](https://github.com/ublue-os/main/actions/workflows/build-40.yml/badge.svg)](https://github.com/ublue-os/main/actions/workflows/build-40.yml)

A common main image for all other uBlue images, with minimal (but important) adjustments to Fedora. <3

Expand Down

0 comments on commit 0a7b124

Please sign in to comment.