From 33582fd60739bd46db610b6edb18666a0b8744ca Mon Sep 17 00:00:00 2001 From: chrisfpcc <98347472+chrisfpcc@users.noreply.github.com> Date: Thu, 17 Oct 2024 10:04:33 -0700 Subject: [PATCH] fixing preprod yml tests (#639) --- .github/workflows/cypress-tests_preprod.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/cypress-tests_preprod.yml b/.github/workflows/cypress-tests_preprod.yml index 5d9ab9f5..cf47e03d 100644 --- a/.github/workflows/cypress-tests_preprod.yml +++ b/.github/workflows/cypress-tests_preprod.yml @@ -1,4 +1,8 @@ name: Cypress-Tests preprod +on: + workflow_dispatch: + schedule: + - cron: '0 0 1 * 0' jobs: test_schedule: runs-on: ubuntu-latest