From 46dc845f80ee09a3c3e0836537711b5b0d5370ea Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Mon, 8 Nov 2021 17:31:06 +0800 Subject: [PATCH] chore(ci): Fix service tests not run on master (#1002) Signed-off-by: Xuanwo --- .github/workflows/README.md | 2 ++ .github/workflows/services-test-azblob.yml | 2 ++ .github/workflows/services-test-azfile.yml | 2 ++ .github/workflows/services-test-bos.yml | 2 ++ .github/workflows/services-test-cos.yml | 2 ++ .github/workflows/services-test-dropbox.yml | 2 ++ .github/workflows/services-test-fs.yml | 2 ++ .github/workflows/services-test-ftp.yml | 2 ++ .github/workflows/services-test-gcs.yml | 2 ++ .github/workflows/services-test-gdrive.yml | 2 ++ .github/workflows/services-test-hdfs.yml | 2 ++ .github/workflows/services-test-ipfs.yml | 2 ++ .github/workflows/services-test-kodo.yml | 2 ++ .github/workflows/services-test-memory.yml | 2 ++ .github/workflows/services-test-minio.yml | 2 ++ .github/workflows/services-test-obs.yml | 2 ++ .github/workflows/services-test-oss.yml | 2 ++ .github/workflows/services-test-qingstor.yml | 2 ++ .github/workflows/services-test-s3.yml | 2 ++ .github/workflows/services-test-storj.yml | 2 ++ 20 files changed, 40 insertions(+) diff --git a/.github/workflows/README.md b/.github/workflows/README.md index 273d7dff5..9f9d67c5c 100644 --- a/.github/workflows/README.md +++ b/.github/workflows/README.md @@ -70,6 +70,8 @@ on: - 'services/azblob/**' tags-ignore: - '**' + branches: + - '**' pull_request: paths: - 'services/azblob/**' diff --git a/.github/workflows/services-test-azblob.yml b/.github/workflows/services-test-azblob.yml index ea347277a..807aabc9e 100644 --- a/.github/workflows/services-test-azblob.yml +++ b/.github/workflows/services-test-azblob.yml @@ -10,6 +10,8 @@ on: - 'services/azblob/**' tags-ignore: - '**' + branches: + - '**' pull_request: paths: - 'services/azblob/**' diff --git a/.github/workflows/services-test-azfile.yml b/.github/workflows/services-test-azfile.yml index 0ad1a5b9e..285742ab4 100644 --- a/.github/workflows/services-test-azfile.yml +++ b/.github/workflows/services-test-azfile.yml @@ -10,6 +10,8 @@ on: - 'services/azfile/**' tags-ignore: - '**' + branches: + - '**' pull_request: paths: - 'services/azfile/**' diff --git a/.github/workflows/services-test-bos.yml b/.github/workflows/services-test-bos.yml index 3ffd1cb22..208f05128 100644 --- a/.github/workflows/services-test-bos.yml +++ b/.github/workflows/services-test-bos.yml @@ -10,6 +10,8 @@ on: - 'services/bos/**' tags-ignore: - '**' + branches: + - '**' pull_request: paths: - 'services/bos/**' diff --git a/.github/workflows/services-test-cos.yml b/.github/workflows/services-test-cos.yml index 630656a0d..fbefceb52 100644 --- a/.github/workflows/services-test-cos.yml +++ b/.github/workflows/services-test-cos.yml @@ -10,6 +10,8 @@ on: - 'services/cos/**' tags-ignore: - '**' + branches: + - '**' pull_request: paths: - 'services/cos/**' diff --git a/.github/workflows/services-test-dropbox.yml b/.github/workflows/services-test-dropbox.yml index 8c7ed0411..37cb90c1c 100644 --- a/.github/workflows/services-test-dropbox.yml +++ b/.github/workflows/services-test-dropbox.yml @@ -10,6 +10,8 @@ on: - 'services/dropbox/**' tags-ignore: - '**' + branches: + - '**' pull_request: paths: - 'services/dropbox/**' diff --git a/.github/workflows/services-test-fs.yml b/.github/workflows/services-test-fs.yml index 6cdffc240..a690e2d43 100644 --- a/.github/workflows/services-test-fs.yml +++ b/.github/workflows/services-test-fs.yml @@ -10,6 +10,8 @@ on: - 'services/fs/**' tags-ignore: - '**' + branches: + - '**' pull_request: paths: - 'services/fs/**' diff --git a/.github/workflows/services-test-ftp.yml b/.github/workflows/services-test-ftp.yml index 72c4eae21..e2bccb061 100644 --- a/.github/workflows/services-test-ftp.yml +++ b/.github/workflows/services-test-ftp.yml @@ -10,6 +10,8 @@ on: - 'services/ftp/**' tags-ignore: - '**' + branches: + - '**' pull_request: paths: - 'services/ftp/**' diff --git a/.github/workflows/services-test-gcs.yml b/.github/workflows/services-test-gcs.yml index f0ae8c317..884b1ccae 100644 --- a/.github/workflows/services-test-gcs.yml +++ b/.github/workflows/services-test-gcs.yml @@ -10,6 +10,8 @@ on: - 'services/gcs/**' tags-ignore: - '**' + branches: + - '**' pull_request: paths: - 'services/gcs/**' diff --git a/.github/workflows/services-test-gdrive.yml b/.github/workflows/services-test-gdrive.yml index e71544690..8cf6aafaf 100644 --- a/.github/workflows/services-test-gdrive.yml +++ b/.github/workflows/services-test-gdrive.yml @@ -10,6 +10,8 @@ on: - 'services/gdrive/**' tags-ignore: - '**' + branches: + - '**' pull_request: paths: - 'services/gdrive/**' diff --git a/.github/workflows/services-test-hdfs.yml b/.github/workflows/services-test-hdfs.yml index 456c99f74..d2c0e73b7 100644 --- a/.github/workflows/services-test-hdfs.yml +++ b/.github/workflows/services-test-hdfs.yml @@ -10,6 +10,8 @@ on: - 'services/hdfs/**' tags-ignore: - '**' + branches: + - '**' pull_request: paths: - 'services/hdfs/**' diff --git a/.github/workflows/services-test-ipfs.yml b/.github/workflows/services-test-ipfs.yml index 9520c5890..927209a1e 100644 --- a/.github/workflows/services-test-ipfs.yml +++ b/.github/workflows/services-test-ipfs.yml @@ -10,6 +10,8 @@ on: - 'services/ipfs/**' tags-ignore: - '**' + branches: + - '**' pull_request: paths: - 'services/ipfs/**' diff --git a/.github/workflows/services-test-kodo.yml b/.github/workflows/services-test-kodo.yml index 51623dbb2..ace8cf992 100644 --- a/.github/workflows/services-test-kodo.yml +++ b/.github/workflows/services-test-kodo.yml @@ -10,6 +10,8 @@ on: - 'services/kodo/**' tags-ignore: - '**' + branches: + - '**' pull_request: paths: - 'services/kodo/**' diff --git a/.github/workflows/services-test-memory.yml b/.github/workflows/services-test-memory.yml index d8be15088..cf6211b8b 100644 --- a/.github/workflows/services-test-memory.yml +++ b/.github/workflows/services-test-memory.yml @@ -10,6 +10,8 @@ on: - 'services/memory/**' tags-ignore: - '**' + branches: + - '**' pull_request: paths: - 'services/memory/**' diff --git a/.github/workflows/services-test-minio.yml b/.github/workflows/services-test-minio.yml index a9bbb2284..a1c08bc1c 100644 --- a/.github/workflows/services-test-minio.yml +++ b/.github/workflows/services-test-minio.yml @@ -10,6 +10,8 @@ on: - 'services/minio/**' tags-ignore: - '**' + branches: + - '**' pull_request: paths: - 'services/minio/**' diff --git a/.github/workflows/services-test-obs.yml b/.github/workflows/services-test-obs.yml index 0e0fb8d08..3eca40d18 100644 --- a/.github/workflows/services-test-obs.yml +++ b/.github/workflows/services-test-obs.yml @@ -10,6 +10,8 @@ on: - 'services/obs/**' tags-ignore: - '**' + branches: + - '**' pull_request: paths: - 'services/obs/**' diff --git a/.github/workflows/services-test-oss.yml b/.github/workflows/services-test-oss.yml index 043ad1c1b..939978576 100644 --- a/.github/workflows/services-test-oss.yml +++ b/.github/workflows/services-test-oss.yml @@ -10,6 +10,8 @@ on: - 'services/oss/**' tags-ignore: - '**' + branches: + - '**' pull_request: paths: - 'services/oss/**' diff --git a/.github/workflows/services-test-qingstor.yml b/.github/workflows/services-test-qingstor.yml index 7be996833..88d3c2531 100644 --- a/.github/workflows/services-test-qingstor.yml +++ b/.github/workflows/services-test-qingstor.yml @@ -10,6 +10,8 @@ on: - 'services/qingstor/**' tags-ignore: - '**' + branches: + - '**' pull_request: paths: - 'services/qingstor/**' diff --git a/.github/workflows/services-test-s3.yml b/.github/workflows/services-test-s3.yml index bb6b79b41..b8aca1fef 100644 --- a/.github/workflows/services-test-s3.yml +++ b/.github/workflows/services-test-s3.yml @@ -10,6 +10,8 @@ on: - 'services/s3/**' tags-ignore: - '**' + branches: + - '**' pull_request: paths: - 'services/s3/**' diff --git a/.github/workflows/services-test-storj.yml b/.github/workflows/services-test-storj.yml index 42f0bfe84..da6607b0c 100644 --- a/.github/workflows/services-test-storj.yml +++ b/.github/workflows/services-test-storj.yml @@ -10,6 +10,8 @@ on: - 'services/storj/**' tags-ignore: - '**' + branches: + - '**' pull_request: paths: - 'services/storj/**'