From a32b28e8cfde7ae13d61eaf9bcab68b15b7df3b2 Mon Sep 17 00:00:00 2001 From: Lorenzo Mattei Date: Wed, 15 Nov 2023 18:08:02 +0100 Subject: [PATCH] Update GHA trigger to test --- .github/workflows/sync-end-to-end.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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: