This is an automated email from the ASF dual-hosted git repository.
sunnianjun 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 c82e0478ed6 Refactor : add dispatch for graalvm workflow (#33499)
c82e0478ed6 is described below
commit c82e0478ed6c17aa3b187987b49950daf93f030a
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Fri Nov 1 19:01:38 2024 +0800
Refactor : add dispatch for graalvm workflow (#33499)
---
.github/workflows/graalvm.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/graalvm.yml b/.github/workflows/graalvm.yml
index b50bf4e5090..f921543454f 100644
--- a/.github/workflows/graalvm.yml
+++ b/.github/workflows/graalvm.yml
@@ -26,7 +26,8 @@ on:
- 'infra/reachability-metadata/src/**'
- 'test/native/native-image-filter/**'
- 'test/native/src/**'
-
+ workflow_dispatch:
+
concurrency:
group: graalvm-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true