Skip to content

Commit

Permalink
chore(ci): clean up workflow names (#1433)
Browse files Browse the repository at this point in the history
Co-authored-by: m2Giles <[email protected]>
  • Loading branch information
castrojo and m2Giles authored Jun 27, 2024
1 parent 0cccfc2 commit 572c841
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-39-aurora.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: aurora 39
name: Aurora 39
on:
merge_group:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-39-bluefin.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: bluefin 39
name: Bluefin 39
on:
merge_group:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-40-aurora.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: aurora 40
name: Aurora 40
on:
merge_group:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-40-bluefin.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: bluefin 40
name: Bluefin 40
on:
merge_group:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-aurora-iso.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Aurora ISO Build
name: Aurora ISO
on:
workflow_dispatch:
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-bluefin-gts-iso.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Bluefin GTS ISO Build
name: Bluefin GTS ISO
on:
workflow_dispatch:
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-bluefin-latest-iso.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Bluefin Latest ISO Build
name: Bluefin Latest ISO
on:
workflow_dispatch:
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-coreos-aurora.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: aurora coreos
name: Aurora Stable
on:
merge_group:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-coreos-bluefin.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: bluefin coreos
name: Bluefin Stable
on:
merge_group:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build-iso.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Reusable Build ISOs
name: Reusable ISO
on:
workflow_call:
inputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Push Image
name: Reusable Build and Push
on:
workflow_call:
inputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-image-scan.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Scan Image
name: Scan and SBOM
on:
workflow_call:
inputs:
Expand Down

0 comments on commit 572c841

Please sign in to comment.