Skip to content

Commit a3061c0

Browse files
committed
Revert "Convert all CI to "push" rules temporarily so I can test this in draft mode"
This reverts commit b7a2641.
1 parent b7a2641 commit a3061c0

6 files changed

+7
-7
lines changed

.github/workflows/ci_build_scm_ubuntu_22.04.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: CI test to build the CCPP-SCM on ubuntu v22.04
22

3-
on: [pull_request,workflow_dispatch,push]
3+
on: [pull_request,workflow_dispatch]
44

55
jobs:
66
build_scm:

.github/workflows/ci_build_scm_ubuntu_22.04_nvidia.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: CI test to build the CCPP-SCM on ubuntu v22.04
22

3-
on: [pull_request,workflow_dispatch,push]
3+
on: [pull_request,workflow_dispatch]
44

55
jobs:
66

.github/workflows/ci_run_scm_DEPHY.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: CI test to run the SCM with DEPHY v1 data
22

3-
on: [pull_request,workflow_dispatch,push]
3+
on: [pull_request,workflow_dispatch]
44

55
jobs:
66
run-scm-DEPHY:

.github/workflows/ci_run_scm_rts.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: CI test to build and run SCM regression tests
22

3-
on: [pull_request, workflow_dispatch,push]
3+
on: [pull_request, workflow_dispatch]
44

55
jobs:
66
run_scm_rts:

.github/workflows/ci_run_scm_ufs_replay.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: CI test to create SCM UFS-replay cases from UWM regression tests
22

3-
on: [pull_request,workflow_dispatch,push]
3+
on: [pull_request,workflow_dispatch]
44

55
jobs:
66
run_scm_ufs_replay:
@@ -72,4 +72,4 @@ jobs:
7272
7373
#######################################################################################
7474
# Done
75-
#######################################################################################
75+
#######################################################################################

.github/workflows/ci_test_docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: build_test_and_push_docker
22

3-
on: [pull_request,workflow_dispatch,push]
3+
on: [pull_request,workflow_dispatch]
44

55
env:
66
TEST_TAG: dtcenter/ccpp-scm:test

0 commit comments

Comments
 (0)