Skip to content

Commit

Permalink
Deactivate CI pending refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianDeconinck committed Apr 23, 2024
1 parent 7f7bc8d commit 701f5f9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/discover_aq_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/discover_hs_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 701f5f9

Please sign in to comment.