Skip to content

Convert remaining aws sdk 1.11 tests from groovy to java (#12777) #6

Convert remaining aws sdk 1.11 tests from groovy to java (#12777)

Convert remaining aws sdk 1.11 tests from groovy to java (#12777) #6

name: Publish Spring Boot images for smoke tests
on:
push:
paths:
- "smoke-tests/images/spring-boot/**"
- ".github/workflows/publish-smoke-test-spring-boot-images.yml"
- ".github/workflows/reusable-smoke-test-images.yml"
branches:
- main
jobs:
publish:
uses: ./.github/workflows/reusable-smoke-test-images.yml
with:
project: ":smoke-tests:images:spring-boot"
publish: true
workflow-notification:
needs:
- publish
if: always()
uses: ./.github/workflows/reusable-workflow-notification.yml
with:
success: ${{ needs.publish.result == 'success' }}