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

erickguan pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/opendal-ghac-service-continuous-integration.git


The following commit(s) were added to refs/heads/main by this push:
     new 821ae86  Set up test
821ae86 is described below

commit 821ae8699f9bc2d10f88d10814f6330642de4873
Author: Erick Guan <[email protected]>
AuthorDate: Sat Jun 27 22:55:26 2026 +0800

    Set up test
---
 ...al-ghac-runner.yml => service-ghac-v2-test.yml} | 32 ++++++++++++----------
 1 file changed, 18 insertions(+), 14 deletions(-)

diff --git a/.github/workflows/opendal-ghac-runner.yml 
b/.github/workflows/service-ghac-v2-test.yml
similarity index 67%
rename from .github/workflows/opendal-ghac-runner.yml
rename to .github/workflows/service-ghac-v2-test.yml
index 3fd6851..d4a66ef 100644
--- a/.github/workflows/opendal-ghac-runner.yml
+++ b/.github/workflows/service-ghac-v2-test.yml
@@ -15,33 +15,37 @@
 # specific language governing permissions and limitations
 # under the License.
 
-name: OpenDAL GHAC Runner
-run-name: opendal-ghac-${{ inputs.correlation_id }}
+name: OpenDAL GHAC v2 Test
+run-name: opendal-service-ghac-v2-test
 
 on:
   workflow_dispatch:
     inputs:
-      opendal_repository:
+      repository:
         description: "OpenDAL repository to checkout"
         required: true
         type: string
-      opendal_ref:
+      ref:
         description: "OpenDAL ref to test"
         required: true
         type: string
-      correlation_id:
-        description: "Identifier used by OpenDAL CI to find this run"
-        required: true
-        type: string
 
 permissions:
   actions: write
   contents: read
 
 jobs:
-  ghac:
-    uses: apache/opendal/.github/workflows/service_test_ghac.yml@main
-    with:
-      opendal_repository: ${{ inputs.opendal_repository }}
-      opendal_ref: ${{ inputs.opendal_ref }}
-      correlation_id: ${{ inputs.correlation_id }}
+  ghac_v2:
+    name: ghac v2
+    runs-on: ubuntu-latest
+    permissions:
+      actions: write
+      contents: read
+    steps:
+      - uses: actions/checkout@v6
+        with:
+          repository: ${{ inputs.opendal_repository }}
+          ref: ${{ inputs.opendal_ref }}
+
+      - name: Run service ghac test
+        uses: ./github/actions/test_service_ghac_v2

Reply via email to