Skip to content

Commit

Permalink
Revert "Convert all CI to "push" rules temporarily so I can test this…
Browse files Browse the repository at this point in the history
… in draft mode"

This reverts commit b7a2641.
  • Loading branch information
mkavulich committed May 23, 2024
1 parent b7a2641 commit a3061c0
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,push]
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,push]
on: [pull_request,workflow_dispatch]

jobs:

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,push]
on: [pull_request,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,push]
on: [pull_request, workflow_dispatch]

jobs:
run_scm_rts:
Expand Down
4 changes: 2 additions & 2 deletions .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,push]
on: [pull_request,workflow_dispatch]

jobs:
run_scm_ufs_replay:
Expand Down Expand Up @@ -72,4 +72,4 @@ jobs:
#######################################################################################
# Done
#######################################################################################
#######################################################################################
2 changes: 1 addition & 1 deletion .github/workflows/ci_test_docker.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a3061c0

Please sign in to comment.