[Github][CI] Rename New Premerge Jobs (#138024)

This patch renames the new premerge job as suggested in
https://discourse.llvm.org/t/github-ci-notifications-and-main-branch/85868/10.
This uses more industry standard terms (like CI vs premerge checks which
might be somewhat of a LLVM CI idiom?) and makes it more generic if we
end up doing postcommit testing through Github.
This commit is contained in:
Aiden Grossman
2025-05-01 23:22:05 -07:00
committed by GitHub
parent 630a0ff2c2
commit 32adf2c360
2 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
name: LLVM Premerge Checks
name: CI Checks
permissions:
contents: read
@@ -25,7 +25,7 @@ concurrency:
jobs:
premerge-checks-linux:
name: Linux Premerge Checks (Test Only - Please Ignore Results)
name: Build and Test Linux (Test Only - Please Ignore Results)
if: >-
github.repository_owner == 'llvm' &&
(github.event_name != 'pull_request' || github.event.action != 'closed')
@@ -74,7 +74,7 @@ jobs:
include-hidden-files: 'true'
premerge-checks-windows:
name: Windows Premerge Checks (Test Only - Please Ignore Results)
name: Build and Test Windows (Test Only - Please Ignore Results)
if: >-
github.repository_owner == 'llvm' &&
(github.event_name != 'pull_request' || github.event.action != 'closed')