From 20b1a83192f9ab77ed04b34f2f05f3967af4f86f Mon Sep 17 00:00:00 2001 From: Ved Patwardhan <54766411+vedpatwardhan@users.noreply.github.com> Date: Fri, 2 Feb 2024 13:49:40 +0530 Subject: [PATCH] chore(ci): disabled the demos tests cron job for now --- .github/workflows/run-test-suite.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-test-suite.yml b/.github/workflows/run-test-suite.yml index 73a9b53a..c237d734 100644 --- a/.github/workflows/run-test-suite.yml +++ b/.github/workflows/run-test-suite.yml @@ -10,8 +10,8 @@ on: push: branches: - 'main' - schedule: - - cron: '0 0 * * *' + # schedule: + # - cron: '0 0 * * *' permissions: actions: read