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

tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git


The following commit(s) were added to refs/heads/main by this push:
     new 459431e30 ci: Disable PHP build temporarily  (#3058)
459431e30 is described below

commit 459431e302aa90d04c58b7568a02b53185a61eeb
Author: Xuanwo <[email protected]>
AuthorDate: Thu Sep 14 00:34:52 2023 +0800

    ci: Disable PHP build temporarily  (#3058)
    
    Signed-off-by: Xuanwo <[email protected]>
---
 .github/workflows/bindings_php.yml | 24 +++++++++++++-----------
 1 file changed, 13 insertions(+), 11 deletions(-)

diff --git a/.github/workflows/bindings_php.yml 
b/.github/workflows/bindings_php.yml
index 079af61cf..79722524e 100644
--- a/.github/workflows/bindings_php.yml
+++ b/.github/workflows/bindings_php.yml
@@ -18,17 +18,19 @@
 name: Bindings PHP CI
 
 on:
-  push:
-    branches:
-      - main
-    tags:
-      - '*'
-  pull_request:
-    branches:
-      - main
-    paths:
-      - "bindings/php/**"
-      - ".github/workflows/bindings_php.yml"
+# Disable PHP build until 
https://github.com/apache/incubator-opendal/issues/3055 addressed
+#
+#  push:
+#    branches:
+#      - main
+#    tags:
+#      - '*'
+#  pull_request:
+#    branches:
+#      - main
+#    paths:
+#      - "bindings/php/**"
+#      - ".github/workflows/bindings_php.yml"
   workflow_dispatch:
 
 concurrency:

Reply via email to