This is an automated email from the ASF dual-hosted git repository. xuanwo pushed a commit to branch fix-unit in repository https://gitbox.apache.org/repos/asf/opendal.git
commit 2274c16cbf427c7a8a668d7efbfeb34b9decf8ee Author: Xuanwo <[email protected]> AuthorDate: Fri Mar 15 16:12:27 2024 +0800 fix ci ocre Signed-off-by: Xuanwo <[email protected]> --- .github/workflows/ci_core.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_core.yml b/.github/workflows/ci_core.yml index 55535b5d19..d1a62040b9 100644 --- a/.github/workflows/ci_core.yml +++ b/.github/workflows/ci_core.yml @@ -26,7 +26,7 @@ on: - main paths: - "core/**" - - ".github/workflows/core.yml" + - ".github/workflows/ci_core.yml" concurrency: group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }} @@ -255,6 +255,7 @@ jobs: with: need-protoc: true need-rocksdb: true + need-foundationdb: true github-token: ${{ secrets.GITHUB_TOKEN }} - name: Test
