You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by to...@apache.org on 2022/11/10 05:36:04 UTC

[shardingsphere] branch master updated: Add : add workflow dispatch for SQL parser action (#22051)

This is an automated email from the ASF dual-hosted git repository.

totalo 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 149a59358b8 Add : add workflow dispatch for SQL parser action (#22051)
149a59358b8 is described below

commit 149a59358b846afe5cb63bfc1698326b595ec565
Author: 孙念君 Nianjun Sun <su...@apache.org>
AuthorDate: Thu Nov 10 13:35:56 2022 +0800

    Add : add workflow dispatch for SQL parser action (#22051)
    
    * Add : add manully trigger for SQL parser IT (#21999)
    
    * Add : add new trigger
    
    * Add : add workflow dispatch for SQL parser action
---
 .github/workflows/nightly-sql-parser.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/nightly-sql-parser.yml b/.github/workflows/nightly-sql-parser.yml
index 953f99caaa2..4c462354677 100644
--- a/.github/workflows/nightly-sql-parser.yml
+++ b/.github/workflows/nightly-sql-parser.yml
@@ -20,6 +20,7 @@ name: Nightly - SQL Parser
 on:
   schedule:
     - cron: '0 18 */1 * *'  # once a day. UTC time
+  workflow_dispatch:
 
 env:
   MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.http.retryHandler.class=standard -Dmaven.wagon.http.retryHandler.count=3 -Dcheckstyle.skip=true -Dspotless.apply.skip=true -Dmaven.javadoc.skip=true -Djacoco.skip=true