This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch refactor-actions
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/refactor-actions by this push:
new 68feacf9d Add s3 as ignore example
68feacf9d is described below
commit 68feacf9d6abbfd190a7f5557703fdfa5e1deb4d
Author: Xuanwo <[email protected]>
AuthorDate: Thu Oct 12 00:43:43 2023 +0800
Add s3 as ignore example
Signed-off-by: Xuanwo <[email protected]>
---
.github/workflows/test.yml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index e2f630ae4..0ec9d783c 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -59,3 +59,8 @@ jobs:
needs: [plan]
if: fromJson(needs.plan.outputs.plan).fs
uses: ./.github/workflows/service_test_fs.yml
+
+ s3:
+ needs: [plan]
+ if: fromJson(needs.plan.outputs.plan).s3
+ uses: ./.github/workflows/service_test_s3.yml