Skip to content

Commit

Permalink
chore(ci): tweak names of jobs etc
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman committed Apr 7, 2024
1 parent a3177e1 commit b12ab3e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-38.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ublue main 38
name: bluefin 38
on:
merge_group:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-39.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ublue main 39
name: bluefin 39
on:
merge_group:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-40.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ublue main 40
name: bluefin 40
on:
merge_group:
pull_request:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ env:
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}

concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}-${{ inputs.fedora_version }}
cancel-in-progress: true

jobs:
build-container:
name: build
name: image
runs-on: ubuntu-latest
continue-on-error: false
strategy:
Expand Down Expand Up @@ -270,7 +270,7 @@ jobs:
run: exit 0

build_iso:
name: build iso
name: iso
needs: [check]
if: github.ref_name == 'testing'
# Eventually would be nice for building images in PRs
Expand Down

0 comments on commit b12ab3e

Please sign in to comment.