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