From 0499dcbe14472c86b0a50169a86f2e6282d6c323 Mon Sep 17 00:00:00 2001 From: gentlementlegen Date: Mon, 3 Jun 2024 13:29:30 +0900 Subject: [PATCH] fix: workflow cypress --- .github/workflows/cypress-testing.yml | 6 ++++-- .github/workflows/jest-testing.yml | 2 -- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cypress-testing.yml b/.github/workflows/cypress-testing.yml index 1cf9d5a..552e8f0 100644 --- a/.github/workflows/cypress-testing.yml +++ b/.github/workflows/cypress-testing.yml @@ -1,8 +1,10 @@ name: Run Cypress testing suite on: workflow_dispatch: - pull_request: - types: [opened, synchronize] + workflow_run: + workflows: ["Build"] + types: + - completed jobs: cypress-run: diff --git a/.github/workflows/jest-testing.yml b/.github/workflows/jest-testing.yml index 6a0f672..201c768 100644 --- a/.github/workflows/jest-testing.yml +++ b/.github/workflows/jest-testing.yml @@ -1,8 +1,6 @@ name: Run Jest testing suite on: workflow_dispatch: - pull_request_target: - types: [opened, synchronize] workflow_run: workflows: ["Build"] types: