ci: fix sqlness action in docs.yml doesn't have same name as develop.yml (#1902)

This commit is contained in:
Yingwen
2023-07-07 15:33:47 +09:00
committed by GitHub
parent 8dcb12e317
commit ad165c1c64

View File

@@ -55,6 +55,7 @@ jobs:
- run: 'echo "No action required"'
sqlness:
name: Sqlness Test
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps: