yuchanns commented on code in PR #9:
URL: https://github.com/apache/opendal-go-services/pull/9#discussion_r1701384102


##########
.github/workflows/build_artifacts.yaml:
##########
@@ -1,20 +1,32 @@
 name: build_artifacts
 on:
-  repository_dispatch:
-    types: [ build ]
   workflow_dispatch:
-    inputs:
-      opendal_core_version:
-        description: "Version of Apache OpenDAL Core"
-        required: true
-        type: string
-      opendal_go_version:
-        description: "Version of Apache OpenDAL Go Binding"
-        required: false
-        type: string
+  schedule:
+    - cron: '*/5 * * * *'
+
 jobs:
+  version_check:
+    runs-on: ubuntu-latest
+    outputs:
+      opendal_core_version: ${{ steps.set-version.outputs.opendal_core_version 
}}
+      opendal_go_version: ${{ steps.set-version.outputs.opendal_go_version }}
+    steps:
+      - uses: actions/checkout@v4
+      - uses: actions/setup-python@v5
+        with:
+          python-version: "3.10"
+      - name: Setup Version

Review Comment:
   LGTM



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to