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: