ci: remove Playwright job from pr-ci.yml#139
Merged
SorraTheOrc merged 6 commits intomainfrom Jan 15, 2026
Merged
Conversation
Refs: ge-7tg, ge-02n
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:\n\nRemove the duplicated Playwright job from pr-ci.yml; Playwright tests on PRs are now run by .github/workflows/playwright.yml. This PR contains the rebased implementation from ge-02n/rebased/remove-playwright-job.\n\nBeads: ge-7tg, ge-02n\n\nAcceptance criteria:\n- Only one Playwright test run appears per PR (the run from .github/workflows/playwright.yml).\n- Playwright artifacts (reports, junit, etc.) are uploaded and accessible after the change.\n- No required checks were unintentionally removed from branch protection rules.\n\nImplementation notes:\n- Removed the 'playwright' job from .github/workflows/pr-ci.yml.\n- This branch was created as a rebased copy of ge-02n/remove-playwright-job to reconcile with origin/main. A backup branch ge-02n/remove-playwright-job.backup exists locally. The original branch ge-02n/remove-playwright-job has been deleted (local and remote).\n\nVerification steps:\n1) Confirm Actions on this PR only show the single Playwright workflow (playwright.yml) and pr-ci.yml no longer contains a Playwright job.\n2) Inspect Playwright workflow artifacts for reports/junit.\n3) Confirm branch protection required checks include the Playwright check as needed.\n\nIf you want me to update branch protection or rename workflow job names to match required checks, I can follow up.