Implement smoke test for vector cql data type support #166
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
# GitHub action CI | |
# trigger by: | |
# any push on any protected branch: main, v6.8, releases/** | |
# any PR crteated against any protected branch: main, v6.8, releases/** | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
workflow_dispatch: | |
env: | |
SNYK_SEVERITY_THRESHOLD_LEVEL: critical |