From c0992c0532a0474c53fceb5faa5a6ba535967073 Mon Sep 17 00:00:00 2001 From: Bartek Tofel Date: Fri, 13 Dec 2024 13:08:17 +0100 Subject: [PATCH] run compat pipeline only one demand (scheduled run always fails) --- .github/workflows/client-compatibility-tests.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/client-compatibility-tests.yml b/.github/workflows/client-compatibility-tests.yml index 2e27f49a39..f35b86b0de 100644 --- a/.github/workflows/client-compatibility-tests.yml +++ b/.github/workflows/client-compatibility-tests.yml @@ -1,12 +1,12 @@ name: Client Compatibility Tests on: - schedule: - - cron: "30 5 * * TUE,FRI" # Run every Tuesday and Friday at midnight + 30min EST - push: - tags: - - "*" - merge_group: - pull_request: + # schedule: + # - cron: "30 5 * * TUE,FRI" # Run every Tuesday and Friday at midnight + 30min EST + # push: + # tags: + # - "*" + # merge_group: + # pull_request: workflow_dispatch: inputs: chainlinkVersion: