diff --git a/.github/workflows/e2e_cron.yml b/.github/workflows/e2e_cron.yml index 160dd58d13..5f06850e83 100644 --- a/.github/workflows/e2e_cron.yml +++ b/.github/workflows/e2e_cron.yml @@ -45,7 +45,7 @@ jobs: - name: Run Playwright tests - ${{ inputs.environment != null && inputs.environment || 'stage' }} if: github.actor != 'dependabot[bot]' - run: npm run e2e -- --fully-parallel=false --workers=1 + run: npm run e2e -- --workers=1 timeout-minutes: 40 env: E2E_TEST_ENV: ${{ inputs.environment != null && inputs.environment || 'stage' }}