pr-smoke-test-grpc-images.yml 327 B

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