[CI][Github] Remove test naming from premerge jobs (#141527)

This patch removes the "test only please ignore" tagline from the
premerge job names. Now that we are looking to sunset the old
infrastructure pretty soon and the new infrastructure is reporting
errors, we want people to actually pay attention to the failures and
report anything erroneous.
This commit is contained in:
Aiden Grossman
2025-05-26 20:19:09 +00:00
committed by GitHub
parent 5fc3e76ec4
commit deedc8a181
2 changed files with 4 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ concurrency:
jobs:
premerge-checks-linux:
name: Build and Test Linux (Test Only - Please Ignore Results)
name: Build and Test Linux
if: >-
github.repository_owner == 'llvm' &&
(github.event_name != 'pull_request' || github.event.action != 'closed')
@@ -70,7 +70,7 @@ jobs:
include-hidden-files: 'true'
premerge-checks-windows:
name: Build and Test Windows (Test Only - Please Ignore Results)
name: Build and Test Windows
if: >-
github.repository_owner == 'llvm' &&
(github.event_name != 'pull_request' || github.event.action != 'closed')