CI/CD: Make titles easier to read (#3274)

This commit is contained in:
Tom Limoncelli 2024-12-29 12:53:11 -05:00 committed by GitHub
parent 6d5bfe9520
commit af9e214175
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -1,4 +1,4 @@
name: "Release: Make release candidate"
name: "RELEASE: Make release candidate"
on:
push: