Skip to content

Commit d0270b8

Browse files
committed
[GHA] Doenload page changes if previous steps succeeded
1 parent d8e067a commit d0270b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-hosted-eclipse-distro-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
echo "Uploading new win zip and self extracting jar files to Akamai..."
199199
aws s3 mv . s3://tools-spring-io/${dist_path} --recursive --exclude "*" --include "spring-tool-suite-4*win*.zip*" --include "spring-tool-suite-4*win*.self-extracting.jar*" --exclude "*/*" --no-progress
200200
- name: Update Nightly Distro Downloads page
201-
if: ${{ inputs.build_type == 'snapshot' && always() }}
201+
if: ${{ inputs.build_type == 'snapshot' }}
202202
run: |
203203
dist_path=${{ needs.eclipse-distro-build.outputs.dist_path }}
204204
eclipse_profile=${{ inputs.eclipse_profile }}

0 commit comments

Comments
 (0)