From ab5a3954209012ea248e4f2cc84f4cb88d0c4298 Mon Sep 17 00:00:00 2001 From: Tom Limoncelli Date: Sat, 28 Dec 2024 15:51:59 -0500 Subject: [PATCH] CI/CD: Make titles easier to read --- .github/workflows/pr_build.yml | 2 +- .github/workflows/pr_integration_tests.yml | 2 +- .github/workflows/release_draft.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr_build.yml b/.github/workflows/pr_build.yml index 9c5bf2466d..a73bc520b3 100644 --- a/.github/workflows/pr_build.yml +++ b/.github/workflows/pr_build.yml @@ -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 diff --git a/.github/workflows/pr_integration_tests.yml b/.github/workflows/pr_integration_tests.yml index e9889b5dc5..15bec03e10 100644 --- a/.github/workflows/pr_integration_tests.yml +++ b/.github/workflows/pr_integration_tests.yml @@ -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 diff --git a/.github/workflows/release_draft.yml b/.github/workflows/release_draft.yml index 548d3d9cc6..c9a7e94476 100644 --- a/.github/workflows/release_draft.yml +++ b/.github/workflows/release_draft.yml @@ -1,4 +1,4 @@ -name: "Release: Make release candidate" +name: "RELEASE: Make release candidate" on: push: