From 15734de2f70b313c330470f039ba10e1f7c2e1e4 Mon Sep 17 00:00:00 2001 From: ikethecoder Date: Thu, 15 Feb 2024 09:33:37 -0800 Subject: [PATCH] add manual ghaction start for cypress --- .github/workflows/aps-cypress-e2e.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/aps-cypress-e2e.yaml b/.github/workflows/aps-cypress-e2e.yaml index e1ea49e21..38de9e387 100644 --- a/.github/workflows/aps-cypress-e2e.yaml +++ b/.github/workflows/aps-cypress-e2e.yaml @@ -1,8 +1,9 @@ -name: Build and Deploy Cypress and Execute Tests +name: Cypress and Execute Tests on: + workflow_dispatch: {} push: - branches: ['test', 'cypress*', 'local-dev'] + branches: ['test', 'cypress*'] env: DASHBOARD_PROJECT_ID: ${{ secrets.CY_DASHBOARD_PRJ_ID }}