Skip to content

Commit

Permalink
Updates job names
Browse files Browse the repository at this point in the history
  • Loading branch information
djperrefort committed Apr 17, 2024
1 parent de315c7 commit 78e89cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/DockerPublish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Docker Images
name: Publish

on:
workflow_call:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: ./.github/workflows/Matrix.yml

build:
name: Test
name: Build
needs: [ matrix ]
uses: ./.github/workflows/DockerBuild.yml
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: ./.github/workflows/Matrix.yml

build:
name: Test
name: Build
needs: [ matrix ]
uses: ./.github/workflows/DockerBuild.yml
with:
Expand All @@ -24,7 +24,7 @@ jobs:
matrix: ${{ needs.matrix.outputs.matrix }}

publish:
name: Test
name: Publish
needs: [ matrix, build, test ]
uses: ./.github/workflows/DockerPublish.yml
with:
Expand Down

0 comments on commit 78e89cd

Please sign in to comment.