Fix MySQL metadata when prepared statement caching is enabled #231
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Scan docker images from the allowed docker images list" | |
on: | |
pull_request: | |
paths-ignore: | |
- 'tests/tck-build-logic/src/main/resources/allowed-docker-images/**' | |
jobs: | |
build: | |
name: "🔎 Scan docker images" | |
runs-on: ubuntu-latest | |
steps: | |
- run: 'echo "No build required"' |