Skip to content

Commit 863abe0

Browse files
gustavoliraclaude
andcommitted
ci(e2e): rename cluster-free workflow/job for a production-ready check name
The PR check now reads "E2E Cluster-free / e2e (pull_request)" instead of "E2E Cluster-free Harness / Cluster-free E2E (legacy app) (pull_request)", matching the naming style of the sibling E2E workflows. The "(pull_request)" suffix is appended by GitHub (trigger event) and cannot be removed. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent faa8069 commit 863abe0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/e2e-cluster-free.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: E2E Cluster-free Harness
1+
name: E2E Cluster-free
22

33
# Runs the cluster-free local E2E harness (RHIDP-13501 / RHIDP-15075): boots the
44
# backend and the legacy app dev server in-process and drives Playwright against
@@ -29,8 +29,8 @@ permissions:
2929
contents: read
3030

3131
jobs:
32-
legacy-local:
33-
name: Cluster-free E2E (legacy app)
32+
e2e:
33+
name: e2e
3434
runs-on: ubuntu-latest
3535
# Playwright image: browsers + OS deps preinstalled, so no browser-install step
3636
# (which hung on plain ubuntu runners). Keep the tag in sync with the

0 commit comments

Comments
 (0)