From 83a4866b37da523da05e4c895ce1d5e971c1a923 Mon Sep 17 00:00:00 2001 From: Dustin Swales Date: Thu, 2 Nov 2023 19:53:30 +0000 Subject: [PATCH] Debugging. --- .github/workflows/ci_build_scm_ubuntu_22.04.yml | 2 +- .github/workflows/ci_run_scm_DEPHY.yml | 2 +- .github/workflows/ci_run_scm_rts.yml | 2 +- .github/workflows/ci_run_scm_ufs_replay.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci_build_scm_ubuntu_22.04.yml b/.github/workflows/ci_build_scm_ubuntu_22.04.yml index c85976739..e0071ec65 100644 --- a/.github/workflows/ci_build_scm_ubuntu_22.04.yml +++ b/.github/workflows/ci_build_scm_ubuntu_22.04.yml @@ -19,7 +19,7 @@ jobs: # Environmental variables env: NFHOME: /home/runner/netcdf-fortran - NFVERSION: v4.5.3 + NFVERSION: v4.4.4 bacio_ROOT: /home/runner/bacio sp_ROOT: /home/runner/NCEPLIBS-sp w3emc_ROOT: /home/runner/myw3emc diff --git a/.github/workflows/ci_run_scm_DEPHY.yml b/.github/workflows/ci_run_scm_DEPHY.yml index 0f0463c77..3e598c975 100644 --- a/.github/workflows/ci_run_scm_DEPHY.yml +++ b/.github/workflows/ci_run_scm_DEPHY.yml @@ -1,6 +1,6 @@ name: CI test to run the SCM with DEPHY v1 data -on: [pull_request,workflow_dispatch] +on: [workflow_dispatch] jobs: run-scm-DEPHY: diff --git a/.github/workflows/ci_run_scm_rts.yml b/.github/workflows/ci_run_scm_rts.yml index 436dc9379..c322a95cb 100644 --- a/.github/workflows/ci_run_scm_rts.yml +++ b/.github/workflows/ci_run_scm_rts.yml @@ -1,6 +1,6 @@ name: CI test to build and run SCM regression tests -on: [pull_request, workflow_dispatch] +on: [workflow_dispatch] jobs: run_scm_rts: diff --git a/.github/workflows/ci_run_scm_ufs_replay.yml b/.github/workflows/ci_run_scm_ufs_replay.yml index 0bd6a161d..7145043cc 100644 --- a/.github/workflows/ci_run_scm_ufs_replay.yml +++ b/.github/workflows/ci_run_scm_ufs_replay.yml @@ -1,6 +1,6 @@ name: CI test to create SCM UFS-replay cases from UWM regression tests -on: [pull_request,workflow_dispatch] +on: [workflow_dispatch] jobs: run_scm_ufs_replay: