Skip to content

Commit

Permalink
Rename job for readability (microsoft#6377)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyashton authored Jul 22, 2024
1 parent b04d1a0 commit 7407d2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-containers-ghcr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Build and Publish Build Containers to GHCR"
name: "CI Containers GHCR"

on:
push:
Expand All @@ -10,7 +10,7 @@ env:

jobs:
build:
name: "Build and Publish Build Containers"
name: "Base (GHCR)"
runs-on: ubuntu-latest

permissions:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/containers-ghcr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Build and Publish Release Containers to GHCR"
name: "Containers GHCR"

on:
release:
Expand All @@ -15,7 +15,7 @@ permissions:

jobs:
build_and_publish:
name: "Build and Publish Release Containers"
name: "Release (GHCR)"
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 7407d2b

Please sign in to comment.