This is an automated email from the ASF dual-hosted git repository.
wuweijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 2f61972ec65 Remove matrices that do not exist in the sql parse example
(#23753)
2f61972ec65 is described below
commit 2f61972ec6542a4d1cd2aff3d0673141d5f6fe8e
Author: Guocheng Tang <[email protected]>
AuthorDate: Sat Jan 28 10:06:32 2023 +0800
Remove matrices that do not exist in the sql parse example (#23753)
---
.github/workflows/nightly-sql-parser.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/nightly-sql-parser.yml
b/.github/workflows/nightly-sql-parser.yml
index 90d4c33311d..49cb5a3d266 100644
--- a/.github/workflows/nightly-sql-parser.yml
+++ b/.github/workflows/nightly-sql-parser.yml
@@ -31,7 +31,7 @@ env:
jobs:
database-parse:
if: github.repository == 'apache/shardingsphere'
- name: CI - JDK ${{ matrix.java-version }} on ${{ matrix.os }} for ${{
matrix.database }}
+ name: CI - JDK ${{ matrix.java-version }} for ${{ matrix.database }}
runs-on: ubuntu-latest
timeout-minutes: 90
strategy: