From 21bc9dac43f2054f345409899461e136b3f3434c Mon Sep 17 00:00:00 2001 From: dervoeti Date: Thu, 14 Nov 2024 11:27:17 +0100 Subject: [PATCH] chore: temporary disable integration tests --- template/.github/workflows/integration-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/.github/workflows/integration-test.yml b/template/.github/workflows/integration-test.yml index 9a6ef2c0..8cda55cb 100644 --- a/template/.github/workflows/integration-test.yml +++ b/template/.github/workflows/integration-test.yml @@ -14,9 +14,9 @@ env: TEST_PARAMETER: ${{ inputs.test-parameter }} on: - schedule: + # schedule: # At 00:00 on Sunday. See: https://crontab.guru/#0_0_*_*_0 - - cron: "0 0 * * 0" + # - cron: "0 0 * * 0" workflow_dispatch: inputs: test-platform: