This is an automated email from the ASF dual-hosted git repository. xuanwo pushed a commit to branch disable-yandex-disk in repository https://gitbox.apache.org/repos/asf/opendal.git
commit 055d2d2d53c3ba2824b60bfc0f6265841493e5d2 Author: Xuanwo <[email protected]> AuthorDate: Mon Feb 26 20:09:00 2024 +0800 ci: Disable yandex disk test for too slow Signed-off-by: Xuanwo <[email protected]> --- .../services/yandex_disk/yandex_disk/action.yml | 29 ---------------------- 1 file changed, 29 deletions(-) diff --git a/.github/services/yandex_disk/yandex_disk/action.yml b/.github/services/yandex_disk/yandex_disk/action.yml deleted file mode 100644 index b76cf1c0e9..0000000000 --- a/.github/services/yandex_disk/yandex_disk/action.yml +++ /dev/null @@ -1,29 +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: yandex_disk -description: 'Behavior test for Yandex Disk.' - -runs: - using: "composite" - steps: - - name: Setup - uses: 1password/load-secrets-action@v1 - with: - export-env: true - env: - OPENDAL_YANDEX_DISK_ACCESS_TOKEN: op://services/yandex_disk/access_token
