From a3061c0e1a19962857f285a3adb3a3afa5254b33 Mon Sep 17 00:00:00 2001 From: "Michael Kavulich, Jr" Date: Thu, 23 May 2024 13:47:40 -0600 Subject: [PATCH] Revert "Convert all CI to "push" rules temporarily so I can test this in draft mode" This reverts commit b7a2641943e08cfb8a746b59af04d80cebfad2ae. --- .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 b4e5a1a8a..a406fa4b6 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,push] +on: [pull_request,workflow_dispatch] 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 4d9ce78e6..f5a808aad 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,push] +on: [pull_request,workflow_dispatch] jobs: diff --git a/.github/workflows/ci_run_scm_DEPHY.yml b/.github/workflows/ci_run_scm_DEPHY.yml index 00af6a249..95e67faf9 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,push] +on: [pull_request,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 d18044945..dd0790ff8 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,push] +on: [pull_request, 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 4cdfb5ba3..0bd6a161d 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,push] +on: [pull_request,workflow_dispatch] 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 bb5908d59..3406d8326 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,push] +on: [pull_request,workflow_dispatch] env: TEST_TAG: dtcenter/ccpp-scm:test