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

duanzhengqiang 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 3a3b8c6853f Modify transaction integration test trigger conditions 
(#20847)
3a3b8c6853f is described below

commit 3a3b8c6853fd78bd78046cf7172d58e25aac187b
Author: ZhangCheng <[email protected]>
AuthorDate: Wed Sep 7 16:45:50 2022 +0800

    Modify transaction integration test trigger conditions (#20847)
    
    * Modify transaction integration test trigger conditions
    
    * Add blank line
    
    * Remove daily job
---
 .github/workflows/it-transaction.yml | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/it-transaction.yml 
b/.github/workflows/it-transaction.yml
index 67ac0896342..707775ffd62 100644
--- a/.github/workflows/it-transaction.yml
+++ b/.github/workflows/it-transaction.yml
@@ -22,6 +22,10 @@ on:
     branches: [ master, dev ]
     paths:
       - '.github/workflows/it-transaction.yml'
+      - 'shardingsphere-infra/shardingsphere-infra-common/src/main/**'
+      - 'shardingsphere-mode/**/src/main/**'
+      - 'shardingsphere-proxy/**/src/main/**'
+      - 'shardingsphere-jdbc/shardingsphere-jdbc-core/src/main/**'
       - 'shardingsphere-kernel/shardingsphere-transaction/**/src/main/**'
       - 'shardingsphere-kernel/shardingsphere-transaction/**/pom.xml'
       - '!shardingsphere-test/**'
@@ -34,6 +38,10 @@ on:
     branches: [ master ]
     paths:
       - '.github/workflows/it-transaction.yml'
+      - 'shardingsphere-infra/shardingsphere-infra-common/src/main/**'
+      - 'shardingsphere-mode/**/src/main/**'
+      - 'shardingsphere-proxy/**/src/main/**'
+      - 'shardingsphere-jdbc/shardingsphere-jdbc-core/src/main/**'
       - 'shardingsphere-kernel/shardingsphere-transaction/**/src/main/**'
       - 'shardingsphere-kernel/shardingsphere-transaction/**/pom.xml'
       - '!shardingsphere-test/**'
@@ -58,7 +66,7 @@ jobs:
       postgresql_version: postgres:12-alpine
       opengauss_version: enmotech/opengauss:2.1.0
       mysql_version: 5.7
-    timeout-minutes: 80
+    timeout-minutes: 60
     steps:
       - uses: actions/checkout@v3
       - name: Cache Maven Repos

Reply via email to