diff --git a/.github/workflows/e2e-test-optional-periodic.yml b/.github/workflows/e2e-test-optional-periodic.yml index 0c01510e7f..6355f454b9 100644 --- a/.github/workflows/e2e-test-optional-periodic.yml +++ b/.github/workflows/e2e-test-optional-periodic.yml @@ -4,6 +4,9 @@ on: schedule: # Run every day at 04:20 UTC (it is recommended to avoid running at the start of the hour) - cron: '20 4 * * *' + pull_request: + branches: + - 'main' permissions: {}