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

1234567891011121314151617
  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. - ".github/workflows/reusable-smoke-test-images.yml"
  8. branches:
  9. - main
  10. jobs:
  11. build:
  12. uses: ./.github/workflows/reusable-smoke-test-images.yml
  13. with:
  14. project: ":smoke-tests:images:spring-boot"
  15. cache-read-only: true