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

xuanwo pushed a commit to branch disable-obs-test
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git

commit 23648643c60de498d40785b2a3658ca89081802c
Author: Xuanwo <[email protected]>
AuthorDate: Wed Dec 6 15:53:22 2023 +0800

    chore: Disable obs test for workaround
    
    Signed-off-by: Xuanwo <[email protected]>
---
 .github/services/obs/obs/action.yml | 32 --------------------------------
 1 file changed, 32 deletions(-)

diff --git a/.github/services/obs/obs/action.yml 
b/.github/services/obs/obs/action.yml
deleted file mode 100644
index 474817261..000000000
--- a/.github/services/obs/obs/action.yml
+++ /dev/null
@@ -1,32 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-name: obs
-description: 'Behavior test for OBS'
-
-runs:
-  using: "composite"
-  steps:
-    - name: Setup
-      uses: 1password/load-secrets-action@v1
-      with:
-        export-env: true
-      env:
-        OPENDAL_OBS_BUCKET: op://services/obs/bucket
-        OPENDAL_OBS_ENDPOINT: op://services/obs/endpoint
-        OPENDAL_OBS_ACCESS_KEY_ID: op://services/obs/access_key_id
-        OPENDAL_OBS_SECRET_ACCESS_KEY: op://services/obs/secret_access_key

Reply via email to