From 6cd541d8be71e37c6c4f008bbe3fa449f845bebc Mon Sep 17 00:00:00 2001 From: Darshit Chanpura Date: Thu, 12 Oct 2023 11:50:22 -0400 Subject: [PATCH] Disable Cypress tests temporarily Signed-off-by: Darshit Chanpura --- .github/workflows/cypress-test-tenancy-disabled.yml | 2 +- .github/workflows/cypress-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cypress-test-tenancy-disabled.yml b/.github/workflows/cypress-test-tenancy-disabled.yml index 3c6c084cf..0d432e6a4 100644 --- a/.github/workflows/cypress-test-tenancy-disabled.yml +++ b/.github/workflows/cypress-test-tenancy-disabled.yml @@ -1,6 +1,6 @@ name: Cypress Tests Multitenancy Disabled -on: [ push, pull_request ] +on: [ ] env: TEST_BROWSER_HEADLESS: 1 diff --git a/.github/workflows/cypress-test.yml b/.github/workflows/cypress-test.yml index 745ef077d..a50485354 100644 --- a/.github/workflows/cypress-test.yml +++ b/.github/workflows/cypress-test.yml @@ -1,6 +1,6 @@ name: Cypress Tests -on: [ push, pull_request ] +on: [ ] env: TEST_BROWSER_HEADLESS: 1