From ac4984e94df1f1f31fb466a9ec6c255bb430fbaf Mon Sep 17 00:00:00 2001 From: Tyler Bertrand Date: Fri, 16 Aug 2024 12:50:15 -0500 Subject: [PATCH] Disable scheduled workflow execution for Apache Samza while build is broken See https://github.com/apache/samza/pull/1703 --- .github/workflows/run-experiments-apache-samza.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/run-experiments-apache-samza.yml b/.github/workflows/run-experiments-apache-samza.yml index e0a8837..5d57a28 100644 --- a/.github/workflows/run-experiments-apache-samza.yml +++ b/.github/workflows/run-experiments-apache-samza.yml @@ -1,9 +1,7 @@ name: Apache Samza on: - schedule: - # Every Sunday at 9.00am - - cron: "0 9 * * 0" + # Scheduled execution disabled while build is broken - see https://github.com/apache/samza/pull/1703 workflow_dispatch: env: