Skip to content

Commit

Permalink
testing: not running non-Docker CI files
Browse files Browse the repository at this point in the history
  • Loading branch information
scrasmussen committed Jul 25, 2024
1 parent f3dbe16 commit 5eaa43f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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
@@ -1,6 +1,6 @@
name: CI test to build the CCPP-SCM on ubuntu v22.04

on: [pull_request,workflow_dispatch]


jobs:
build_scm:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_build_scm_ubuntu_22.04_nvidia.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI test to build the CCPP-SCM on ubuntu v22.04

on: [pull_request,workflow_dispatch]


jobs:

Expand Down
4 changes: 2 additions & 2 deletions .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]


jobs:
run-scm-DEPHY:
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
cd ${SCM_ROOT}
./contrib/get_all_static_data.sh
./contrib/get_thompson_tables.sh
- name: Configure build with CMake (Release)
if: contains(matrix.build-type, 'Release')
run: |
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]


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]


jobs:
run_scm_ufs_replay:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_scm_ccpp_prebuild.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI test to run SCM ccpp_prebuild script

on: [push, pull_request, workflow_dispatch]


jobs:
build-linux:
Expand Down

0 comments on commit 5eaa43f

Please sign in to comment.