From b7a2641943e08cfb8a746b59af04d80cebfad2ae Mon Sep 17 00:00:00 2001 From: "Michael Kavulich, Jr" Date: Thu, 23 May 2024 12:49:27 -0600 Subject: [PATCH] Convert all CI to "push" rules temporarily so I can test this in draft mode --- .github/workflows/ci_build_scm_ubuntu_22.04.yml | 2 +- .github/workflows/ci_build_scm_ubuntu_22.04_nvidia.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 | 4 ++-- .github/workflows/ci_test_docker.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci_build_scm_ubuntu_22.04.yml b/.github/workflows/ci_build_scm_ubuntu_22.04.yml index a406fa4b6..b4e5a1a8a 100644 --- a/.github/workflows/ci_build_scm_ubuntu_22.04.yml +++ b/.github/workflows/ci_build_scm_ubuntu_22.04.yml @@ -1,6 +1,6 @@ name: CI test to build the CCPP-SCM on ubuntu v22.04 -on: [pull_request,workflow_dispatch] +on: [pull_request,workflow_dispatch,push] jobs: build_scm: diff --git a/.github/workflows/ci_build_scm_ubuntu_22.04_nvidia.yml b/.github/workflows/ci_build_scm_ubuntu_22.04_nvidia.yml index f5a808aad..4d9ce78e6 100644 --- a/.github/workflows/ci_build_scm_ubuntu_22.04_nvidia.yml +++ b/.github/workflows/ci_build_scm_ubuntu_22.04_nvidia.yml @@ -1,6 +1,6 @@ name: CI test to build the CCPP-SCM on ubuntu v22.04 -on: [pull_request,workflow_dispatch] +on: [pull_request,workflow_dispatch,push] jobs: diff --git a/.github/workflows/ci_run_scm_DEPHY.yml b/.github/workflows/ci_run_scm_DEPHY.yml index 95e67faf9..00af6a249 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: [pull_request,workflow_dispatch,push] jobs: run-scm-DEPHY: diff --git a/.github/workflows/ci_run_scm_rts.yml b/.github/workflows/ci_run_scm_rts.yml index dd0790ff8..d18044945 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: [pull_request, workflow_dispatch,push] 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..4cdfb5ba3 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: [pull_request,workflow_dispatch,push] jobs: run_scm_ufs_replay: @@ -72,4 +72,4 @@ jobs: ####################################################################################### # Done - ####################################################################################### \ No newline at end of file + ####################################################################################### diff --git a/.github/workflows/ci_test_docker.yml b/.github/workflows/ci_test_docker.yml index 3406d8326..bb5908d59 100644 --- a/.github/workflows/ci_test_docker.yml +++ b/.github/workflows/ci_test_docker.yml @@ -1,6 +1,6 @@ name: build_test_and_push_docker -on: [pull_request,workflow_dispatch] +on: [pull_request,workflow_dispatch,push] env: TEST_TAG: dtcenter/ccpp-scm:test