From c51916d103f842dd242f462d37512db0bf413da9 Mon Sep 17 00:00:00 2001 From: Alexander Brown Date: Thu, 29 Jan 2026 08:47:18 -0800 Subject: [PATCH] Chore: Add workflow dispatch to E2E (#8422) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also remove old branches from the ignore ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-8422-Chore-Add-workflow-dispatch-to-E2E-2f76d73d365081d0940dceaa37231ca7) by [Unito](https://www.unito.io) --- .github/workflows/ci-tests-e2e.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-tests-e2e.yaml b/.github/workflows/ci-tests-e2e.yaml index c3e2e6dd0..b3c4e1998 100644 --- a/.github/workflows/ci-tests-e2e.yaml +++ b/.github/workflows/ci-tests-e2e.yaml @@ -5,8 +5,8 @@ on: push: branches: [main, master, core/*, desktop/*] pull_request: - branches-ignore: - [wip/*, draft/*, temp/*, vue-nodes-migration, sno-playwright-*] + branches-ignore: [wip/*, draft/*, temp/*] + workflow_dispatch: concurrency: group: ${{ github.workflow }}-${{ github.ref }}