Skip to content

Commit

Permalink
CI/CD: Make titles easier to read
Browse files Browse the repository at this point in the history
  • Loading branch information
tlimoncelli committed Dec 28, 2024
1 parent 6d5bfe9 commit ab5a395
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "PR: Run Unit tests and Build artifacts for all platforms"
name: "PR: Run UNIT tests and Build artifacts for all platforms"

# When will this pipeline be activated?
# 1. On any pull-request, or if someone pushes to a branch called
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_integration_tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "PR: Run integration tests"
name: "PR: Run INTEGRATION tests"

# When will this pipeline be activated?
# 1. On any pull-request, or if someone pushes to a branch called
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_draft.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Release: Make release candidate"
name: "RELEASE: Make release candidate"

on:
push:
Expand Down

0 comments on commit ab5a395

Please sign in to comment.