Skip to content

Commit

Permalink
Debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinswales committed Nov 2, 2023
1 parent df1066f commit 83a4866
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_build_scm_ubuntu_22.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_run_scm_DEPHY.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_run_scm_rts.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_run_scm_ufs_replay.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 83a4866

Please sign in to comment.