This is an automated email from the ASF dual-hosted git repository. xuanwo pushed a commit to branch improve-java-ci in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
commit c2f02ed8926fc0c921913851a48f45b474001396 Author: Xuanwo <[email protected]> AuthorDate: Wed Sep 13 23:56:18 2023 +0800 Disable php build Signed-off-by: Xuanwo <[email protected]> --- .github/workflows/bindings_php.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/bindings_php.yml b/.github/workflows/bindings_php.yml index 079af61cf..798050e03 100644 --- a/.github/workflows/bindings_php.yml +++ b/.github/workflows/bindings_php.yml @@ -18,17 +18,17 @@ name: Bindings PHP CI on: - push: - branches: - - main - tags: - - '*' - pull_request: - branches: - - main - paths: - - "bindings/php/**" - - ".github/workflows/bindings_php.yml" +# push: +# branches: +# - main +# tags: +# - '*' +# pull_request: +# branches: +# - main +# paths: +# - "bindings/php/**" +# - ".github/workflows/bindings_php.yml" workflow_dispatch: concurrency:
