From e6414805fbd2cdfdc12b7eeb6295aadbaa77c1f6 Mon Sep 17 00:00:00 2001 From: Giovanni Liva Date: Wed, 21 Jun 2023 13:41:38 +0200 Subject: [PATCH] ci: remove cron job (#449) --- .github/workflows/integration-tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 632a8cce..dbdde149 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -1,8 +1,8 @@ name: Integration Tests on: - schedule: + # schedule: # * is a special character in YAML, so you have to quote this string - - cron: "0 3 * * 1-5" # run integration tests at 3 AM, monday to friday (1-5) + # - cron: "0 3 * * 1-5" # run integration tests at 3 AM, monday to friday (1-5) workflow_dispatch: # run integration tests only when triggered manually