diff --git a/.github/workflows/sync-end-to-end.yml b/.github/workflows/sync-end-to-end.yml index 3dc49732fa..f634a680dc 100644 --- a/.github/workflows/sync-end-to-end.yml +++ b/.github/workflows/sync-end-to-end.yml @@ -1,8 +1,10 @@ name: Sync-End-to-End tests on: - schedule: - - cron: '0 5 * * *' # run at 5 AM UTC + # TODO: Revert before merge + push + #schedule: + # - cron: '0 5 * * *' # run at 5 AM UTC jobs: sync-end-to-end-tests: