This is an automated email from the ASF dual-hosted git repository. xuanwo pushed a commit to branch write_can_multig in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
commit c374657e1210988e8e70e642de5a7e095232172f Author: Xuanwo <[email protected]> AuthorDate: Wed Sep 13 09:18:37 2023 +0800 Fix naming Signed-off-by: Xuanwo <[email protected]> --- .github/workflows/service_test_webhdfs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/service_test_webhdfs.yml b/.github/workflows/service_test_webhdfs.yml index 3487c2db6..f32d9d2d3 100644 --- a/.github/workflows/service_test_webhdfs.yml +++ b/.github/workflows/service_test_webhdfs.yml @@ -37,7 +37,7 @@ concurrency: cancel-in-progress: true jobs: - hdfs: + webhdfs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -76,7 +76,7 @@ jobs: OPENDAL_WEBHDFS_ROOT: / OPENDAL_WEBHDFS_ENDPOINT: http://127.0.0.1:9870 - hdfs_with_list_batch_disabled: + webhdfs_with_list_batch_disabled: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3
