[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:
6
.github/workflows/premerge.yaml
vendored
6
.github/workflows/premerge.yaml
vendored
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user