Skip to content

Commit e965798

Browse files
authored
CLOUDP-347174: Don't run cloud tests on push (to main) (#2719)
1 parent c8e439a commit e965798

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/cloud-tests-filter.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ jobs:
6666
# Release branches always run all tests
6767
elif [[ "${GH_HEAD_REF}" == release/* ]];then
6868
RUN_CLOUD_TESTS='true'
69-
# push events run all tests when code was changed
70-
elif [ "${EVENT}" == "push" ] && [ "${CODE_CHANGED}" == "true" ];then
71-
RUN_CLOUD_TESTS='true'
7269
# cloud-tests label forces cloud tests to run, BUT only on AKO PRs, not from forked repos
7370
elif [ "${CLOUD_TESTS_LABEL}" == "true" ] && [ "${FORKED}" == "false" ];then
7471
RUN_CLOUD_TESTS='true'

0 commit comments

Comments
 (0)