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

erickguan pushed a commit to branch publish-ruby-binding
in repository https://gitbox.apache.org/repos/asf/opendal.git

commit 91e8612d08fb065cc6fdb5e08e6efbb0f922dd50
Author: Erick Guan <[email protected]>
AuthorDate: Tue Sep 30 18:12:02 2025 +0200

    Remove me: testing workflow
---
 .github/workflows/release_ruby.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/release_ruby.yml 
b/.github/workflows/release_ruby.yml
index aab851d09..30b6a3b48 100644
--- a/.github/workflows/release_ruby.yml
+++ b/.github/workflows/release_ruby.yml
@@ -144,9 +144,9 @@ jobs:
           retention-days: 30
 
   publish:
-    if: >-
-      (github.event_name == 'workflow_dispatch' && github.ref == 
'refs/heads/main') ||
-      (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && 
!contains(github.ref, '-'))
+    # if: >-
+    #   (github.event_name == 'workflow_dispatch' && github.ref == 
'refs/heads/main') ||
+    #   (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') 
&& !contains(github.ref, '-'))
     needs: [build, build-native]
     runs-on: ubuntu-latest
 

Reply via email to