pr-smoke-test-spring-boot-images.yml 355 B

1234567891011121314
  1. name: PR build Spring Boot images for smoke tests
  2. on:
  3. pull_request:
  4. paths:
  5. - 'smoke-tests/images/spring-boot/**'
  6. - '.github/workflows/pr-smoke-test-spring-boot-images.yml'
  7. jobs:
  8. build:
  9. uses: ./.github/workflows/reusable-smoke-test-images.yml
  10. with:
  11. project: ":smoke-tests:images:spring-boot"
  12. cache-read-only: true