From 086ab0fda3b1265ee7039f0551841e37da0a9768 Mon Sep 17 00:00:00 2001 From: Yikun Jiang Date: Fri, 1 Apr 2022 15:38:36 +0800 Subject: [PATCH 1/2] mysql sync test --- .github/workflows/gitee-repos-mirror.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/gitee-repos-mirror.yml b/.github/workflows/gitee-repos-mirror.yml index e7a164f..6b1b9fb 100644 --- a/.github/workflows/gitee-repos-mirror.yml +++ b/.github/workflows/gitee-repos-mirror.yml @@ -28,5 +28,4 @@ jobs: account_type: org timeout: 600 debug: true - force_update: true - black_list: "mysql-server,kunpeng-mpam,hadoop,kunpengcompute.github.io,spark,spark-website,server,postgres" + static_list: "mysql-server" From b6349519acb0ecffb2dbc8cd38d3defca4f17ef3 Mon Sep 17 00:00:00 2001 From: Yikun Jiang Date: Fri, 1 Apr 2022 19:41:39 +0800 Subject: [PATCH 2/2] Update .github/workflows/gitee-repos-mirror.yml --- .github/workflows/gitee-repos-mirror.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gitee-repos-mirror.yml b/.github/workflows/gitee-repos-mirror.yml index 6b1b9fb..7319ddb 100644 --- a/.github/workflows/gitee-repos-mirror.yml +++ b/.github/workflows/gitee-repos-mirror.yml @@ -26,6 +26,6 @@ jobs: dst_key: ${{ secrets.GITEE_PRIVATE_KEY }} dst_token: ${{ secrets.GITEE_TOKEN }} account_type: org - timeout: 600 + timeout: 2h debug: true static_list: "mysql-server"