From 4ae0773df27bb3de658b81a9767d04ba282cb9f4 Mon Sep 17 00:00:00 2001 From: Johnpaul Chiwetelu Date: Sat, 17 Jan 2026 23:11:10 +0100 Subject: [PATCH] feat: Add GitHub Actions workflow for Playwright E2E tests with Cloudflare Pages deployment. --- .github/workflows/ci-tests-e2e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-tests-e2e.yaml b/.github/workflows/ci-tests-e2e.yaml index f27678ce6..36dc863b9 100644 --- a/.github/workflows/ci-tests-e2e.yaml +++ b/.github/workflows/ci-tests-e2e.yaml @@ -6,7 +6,7 @@ on: branches: [main, master, core/*, desktop/*] pull_request: branches-ignore: - [wip/*, draft/*, temp/*, vue-nodes-migration, sno-playwright-*, version-bump-*] + [wip/*, draft/*, temp/*, vue-nodes-migration, version-bump-*] # Run after i18n workflow completes for version-bump PRs workflow_run: workflows: ['i18n: Update Core']