Skip to content

Commit b2451bf

Browse files
authored
chore: disable dev artifacts push on PRs (#67)
1 parent 7e4ed86 commit b2451bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pre-merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ jobs:
132132
run_test: false
133133
run_validate_clean_folder: false
134134
run_docker_build: true
135-
run_docker_push: true
135+
run_docker_push: false
136136
run_helm_build: true
137-
run_helm_push: true
137+
run_helm_push: false
138138
version_suffix: "-pr-${{ github.event.number }}"
139139
secrets: inherit

0 commit comments

Comments
 (0)