Skip to content

Commit

Permalink
Display the workflow run name correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanFiset committed Nov 23, 2024
1 parent 05767dc commit f4983b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: .Build the entire solution
run-name: .Build the entire solution

on:
workflow_call:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow-e2e-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run End To End Tests
run-name: Run End To End Tests

on:
workflow_call:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: .Run Unit Tests
run-name: .Run Unit Tests

on:
workflow_call:
Expand Down

0 comments on commit f4983b6

Please sign in to comment.