diff --git a/.github/workflows/ci-e2e.yml b/.github/workflows/ci-e2e.yml index ffca23f56c..0cb0330d31 100644 --- a/.github/workflows/ci-e2e.yml +++ b/.github/workflows/ci-e2e.yml @@ -1,8 +1,11 @@ name: CI - E2E on: - push: - branches: [ main ] + workflow_dispatch: + schedule: + - cron: '0 1 * * *' + - cron: '0 9 * * *' + pull_request: branches: [ main ] @@ -40,6 +43,7 @@ jobs: wait-on: 'http://localhost:19006' browser: chrome spec: cypress/integration/** + tag: ${{ github.event_name }} env: CYPRESS_E2E: true CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}