From 701f5f9d0f226d7726238d0c8cd1035f4bced8c6 Mon Sep 17 00:00:00 2001 From: Florian Deconinck Date: Tue, 23 Apr 2024 12:01:09 -0400 Subject: [PATCH] Deactivate CI pending refactor --- .github/workflows/discover_aq_nightly.yml | 7 ++++--- .github/workflows/discover_hs_nightly.yml | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/discover_aq_nightly.yml b/.github/workflows/discover_aq_nightly.yml index 0aca903..bec76f6 100644 --- a/.github/workflows/discover_aq_nightly.yml +++ b/.github/workflows/discover_aq_nightly.yml @@ -3,9 +3,10 @@ name: Discover Nightly GEOS Aquaplanet Validation on: - schedule: - # * is a special character in YAML so you have to quote this string - - cron: '0 0 * * *' + # On Hold pending revisit CI altogether + # schedule: + # # * is a special character in YAML so you have to quote this string + # - cron: '0 0 * * *' workflow_dispatch: defaults: diff --git a/.github/workflows/discover_hs_nightly.yml b/.github/workflows/discover_hs_nightly.yml index 7f6f7d6..c46cf5a 100644 --- a/.github/workflows/discover_hs_nightly.yml +++ b/.github/workflows/discover_hs_nightly.yml @@ -3,9 +3,10 @@ name: Discover Nightly GEOS Held-Suarez Validation on: - schedule: - # * is a special character in YAML so you have to quote this string - - cron: '0 0 * * *' + # On Hold pending revisit CI altogether + # schedule: + # # * is a special character in YAML so you have to quote this string + # - cron: '0 0 * * *' workflow_dispatch: defaults: