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 3fdf1686d04 Add : add manully trigger for all workflows(#21934)
(#22179)
3fdf1686d04 is described below
commit 3fdf1686d0481c9914023ad72d2d7434470f9bed
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Tue Nov 15 14:03:31 2022 +0800
Add : add manully trigger for all workflows(#21934) (#22179)
---
.github/workflows/check.yml | 1 +
.github/workflows/ci.yml | 1 +
.github/workflows/it-scaling.yml | 1 +
.github/workflows/it-showprocesslist.yml | 1 +
.github/workflows/it-transaction.yml | 1 +
.github/workflows/it.yml | 1 +
.github/workflows/nightly-build.yml | 1 +
.github/workflows/nightly-ci.yml | 1 +
.github/workflows/nightly-it-example-generator.yml | 1 +
9 files changed, 9 insertions(+)
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
index f65cec69e31..65ea74f81c1 100644
--- a/.github/workflows/check.yml
+++ b/.github/workflows/check.yml
@@ -38,6 +38,7 @@ on:
- 'test/integration-agent-test/plugins/**'
- '!examples/**'
- '!*.md'
+ workflow_dispatch:
concurrency:
group: check-${{ github.event_name }}-${{ github.workflow }}-${{ github.ref
}}
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e8de04d7e5e..ccfeb01d536 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -42,6 +42,7 @@ on:
- '!*.md'
repository_dispatch:
types: [ci-completed]
+ workflow_dispatch:
concurrency:
group: ${{ github.event_name }}-${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/it-scaling.yml b/.github/workflows/it-scaling.yml
index ce9eb759104..6392a1a88a2 100644
--- a/.github/workflows/it-scaling.yml
+++ b/.github/workflows/it-scaling.yml
@@ -60,6 +60,7 @@ on:
- '!*.md'
schedule:
- cron: '0 22 */1 * *' # once a day. UTC time
+ workflow_dispatch:
concurrency:
group: it-scaling-${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/it-showprocesslist.yml
b/.github/workflows/it-showprocesslist.yml
index cd8f96ffc16..d1197669782 100644
--- a/.github/workflows/it-showprocesslist.yml
+++ b/.github/workflows/it-showprocesslist.yml
@@ -46,6 +46,7 @@ on:
- 'test/integration-test/env/**'
- 'test/integration-test/showprocesslist/**'
- '!*.md'
+ workflow_dispatch:
concurrency:
group: it-showprocesslist-${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/it-transaction.yml
b/.github/workflows/it-transaction.yml
index 97b362b5384..daabd862a00 100644
--- a/.github/workflows/it-transaction.yml
+++ b/.github/workflows/it-transaction.yml
@@ -50,6 +50,7 @@ on:
- 'test/integration-test/env/**'
- 'test/integration-test/transaction/**'
- '!*.md'
+ workflow_dispatch:
concurrency:
group: it-transaction-${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/it.yml b/.github/workflows/it.yml
index 7da5a1cce1b..e8cabf0e3c3 100644
--- a/.github/workflows/it.yml
+++ b/.github/workflows/it.yml
@@ -54,6 +54,7 @@ on:
- '!distribution/proxy/src/main/release-docs/**'
- '!kernel/data-pipeline/**'
- '!*.md'
+ workflow_dispatch:
concurrency:
group: it-${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/nightly-build.yml
b/.github/workflows/nightly-build.yml
index 2b5a98c4255..d9ea4aafaa6 100644
--- a/.github/workflows/nightly-build.yml
+++ b/.github/workflows/nightly-build.yml
@@ -20,6 +20,7 @@ name: Nightly - Build
on:
schedule:
- cron: '0 16 */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
-Dmaven.javadoc.skip=true -Djacoco.skip=true -DskipITs -DskipTests
-Dspotless.apply.skip=true -Drat.skip=true
diff --git a/.github/workflows/nightly-ci.yml b/.github/workflows/nightly-ci.yml
index d87ba129906..27417137df7 100644
--- a/.github/workflows/nightly-ci.yml
+++ b/.github/workflows/nightly-ci.yml
@@ -20,6 +20,7 @@ name: Nightly - CI
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 -Drat.skip=true
diff --git a/.github/workflows/nightly-it-example-generator.yml
b/.github/workflows/nightly-it-example-generator.yml
index 699f955c3bb..67bd7cd4a34 100644
--- a/.github/workflows/nightly-it-example-generator.yml
+++ b/.github/workflows/nightly-it-example-generator.yml
@@ -20,6 +20,7 @@ name: Nightly - IT Example Generator
on:
schedule:
- cron: '0 19 */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 -Drat.skip=true