From 0c95079e7efaf837a5598babe9bfde6a9db47fb7 Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Tue, 21 Mar 2023 20:39:22 +0800 Subject: [PATCH] Fix workflow not triggered as expected Signed-off-by: Xuanwo --- .github/workflows/service_test_azblob.yml | 1 + .github/workflows/service_test_azdfs.yml | 1 + .github/workflows/service_test_dashmap.yml | 1 + .github/workflows/service_test_fs.yml | 1 + .github/workflows/service_test_ftp.yml | 1 + .github/workflows/service_test_gcs.yml | 1 + .github/workflows/service_test_ghac.yml | 1 + .github/workflows/service_test_hdfs.yml | 1 + .github/workflows/service_test_http.yml | 1 + .github/workflows/service_test_ipfs.yml | 1 + .github/workflows/service_test_ipmfs.yml | 1 + .github/workflows/service_test_memcached.yml | 1 + .github/workflows/service_test_memory.yml | 1 + .github/workflows/service_test_moka.yml | 1 + .github/workflows/service_test_obs.yml | 1 + .github/workflows/service_test_oss.yml | 1 + .github/workflows/service_test_redis.yml | 1 + .github/workflows/service_test_rocksdb.yml | 1 + .github/workflows/service_test_s3.yml | 1 + .github/workflows/service_test_sled.yml | 1 + .github/workflows/service_test_webdav.yml | 1 + .github/workflows/service_test_webhdfs.yml | 1 + 22 files changed, 22 insertions(+) diff --git a/.github/workflows/service_test_azblob.yml b/.github/workflows/service_test_azblob.yml index 244a47756e6..969895c39a0 100644 --- a/.github/workflows/service_test_azblob.yml +++ b/.github/workflows/service_test_azblob.yml @@ -30,6 +30,7 @@ on: - "!core/src/docs/**" - "!core/src/services/**" - "core/src/services/azblob/**" + - ".github/workflows/service_test_azblob.yml" concurrency: group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }} diff --git a/.github/workflows/service_test_azdfs.yml b/.github/workflows/service_test_azdfs.yml index b72096b52ad..a9152f4db15 100644 --- a/.github/workflows/service_test_azdfs.yml +++ b/.github/workflows/service_test_azdfs.yml @@ -30,6 +30,7 @@ on: - "!core/src/docs/**" - "!core/src/services/**" - "core/src/services/azdfs/**" + - ".github/workflows/service_test_azdfs.yml" concurrency: group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }} diff --git a/.github/workflows/service_test_dashmap.yml b/.github/workflows/service_test_dashmap.yml index a286ed26188..0aed4cbea53 100644 --- a/.github/workflows/service_test_dashmap.yml +++ b/.github/workflows/service_test_dashmap.yml @@ -30,6 +30,7 @@ on: - "!core/src/docs/**" - "!core/src/services/**" - "core/src/services/dashmap/**" + - ".github/workflows/service_test_dashmap.yml" concurrency: group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }} diff --git a/.github/workflows/service_test_fs.yml b/.github/workflows/service_test_fs.yml index bd10e9e5053..7ed0444378b 100644 --- a/.github/workflows/service_test_fs.yml +++ b/.github/workflows/service_test_fs.yml @@ -30,6 +30,7 @@ on: - "!core/src/docs/**" - "!core/src/services/**" - "core/src/services/fs/**" + - ".github/workflows/service_test_fs.yml" concurrency: group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }} diff --git a/.github/workflows/service_test_ftp.yml b/.github/workflows/service_test_ftp.yml index 6f98d8ce6cb..837218c91b5 100644 --- a/.github/workflows/service_test_ftp.yml +++ b/.github/workflows/service_test_ftp.yml @@ -30,6 +30,7 @@ on: - "!core/src/docs/**" - "!core/src/services/**" - "core/src/services/ftp/**" + - ".github/workflows/service_test_ftp.yml" concurrency: group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }} diff --git a/.github/workflows/service_test_gcs.yml b/.github/workflows/service_test_gcs.yml index 8186b9c6e72..732fe079143 100644 --- a/.github/workflows/service_test_gcs.yml +++ b/.github/workflows/service_test_gcs.yml @@ -30,6 +30,7 @@ on: - "!core/src/docs/**" - "!core/src/services/**" - "core/src/services/gcs/**" + - ".github/workflows/service_test_gcs.yml" concurrency: group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }} diff --git a/.github/workflows/service_test_ghac.yml b/.github/workflows/service_test_ghac.yml index 3a85d47675d..02044cfe570 100644 --- a/.github/workflows/service_test_ghac.yml +++ b/.github/workflows/service_test_ghac.yml @@ -30,6 +30,7 @@ on: - "!core/src/docs/**" - "!core/src/services/**" - "core/src/services/ghac/**" + - ".github/workflows/service_test_ghac.yml" concurrency: group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }} diff --git a/.github/workflows/service_test_hdfs.yml b/.github/workflows/service_test_hdfs.yml index 963a47480bc..2789bf3f74a 100644 --- a/.github/workflows/service_test_hdfs.yml +++ b/.github/workflows/service_test_hdfs.yml @@ -30,6 +30,7 @@ on: - "!core/src/docs/**" - "!core/src/services/**" - "core/src/services/hdfs/**" + - ".github/workflows/service_test_hdfs.yml" concurrency: group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }} diff --git a/.github/workflows/service_test_http.yml b/.github/workflows/service_test_http.yml index c961704600e..7e3a1ff6709 100644 --- a/.github/workflows/service_test_http.yml +++ b/.github/workflows/service_test_http.yml @@ -30,6 +30,7 @@ on: - "!core/src/docs/**" - "!core/src/services/**" - "core/src/services/http/**" + - ".github/workflows/service_test_http.yml" concurrency: group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }} diff --git a/.github/workflows/service_test_ipfs.yml b/.github/workflows/service_test_ipfs.yml index ae300d7a115..ad0edc53970 100644 --- a/.github/workflows/service_test_ipfs.yml +++ b/.github/workflows/service_test_ipfs.yml @@ -30,6 +30,7 @@ on: - "!core/src/docs/**" - "!core/src/services/**" - "core/src/services/ipfs/**" + - ".github/workflows/service_test_ipfs.yml" concurrency: group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }} diff --git a/.github/workflows/service_test_ipmfs.yml b/.github/workflows/service_test_ipmfs.yml index 25b4b7bdb87..a31b0e1511d 100644 --- a/.github/workflows/service_test_ipmfs.yml +++ b/.github/workflows/service_test_ipmfs.yml @@ -30,6 +30,7 @@ on: - "!core/src/docs/**" - "!core/src/services/**" - "core/src/services/ipmfs/**" + - ".github/workflows/service_test_ipmfs.yml" concurrency: group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }} diff --git a/.github/workflows/service_test_memcached.yml b/.github/workflows/service_test_memcached.yml index 5e4c6bcb874..74b5b2da23e 100644 --- a/.github/workflows/service_test_memcached.yml +++ b/.github/workflows/service_test_memcached.yml @@ -30,6 +30,7 @@ on: - "!core/src/docs/**" - "!core/src/services/**" - "core/src/services/memcached/**" + - ".github/workflows/service_test_memcached.yml" concurrency: group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }} diff --git a/.github/workflows/service_test_memory.yml b/.github/workflows/service_test_memory.yml index 0e0d5b622e6..f339c5b1bbf 100644 --- a/.github/workflows/service_test_memory.yml +++ b/.github/workflows/service_test_memory.yml @@ -30,6 +30,7 @@ on: - "!core/src/docs/**" - "!core/src/services/**" - "core/src/services/memory/**" + - ".github/workflows/service_test_memory.yml" concurrency: group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }} diff --git a/.github/workflows/service_test_moka.yml b/.github/workflows/service_test_moka.yml index 2e1c219631d..7ee58c742a2 100644 --- a/.github/workflows/service_test_moka.yml +++ b/.github/workflows/service_test_moka.yml @@ -30,6 +30,7 @@ on: - "!core/src/docs/**" - "!core/src/services/**" - "core/src/services/moka/**" + - ".github/workflows/service_test_moka.yml" concurrency: group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }} diff --git a/.github/workflows/service_test_obs.yml b/.github/workflows/service_test_obs.yml index 70c374fb8ce..39dc82bcf72 100644 --- a/.github/workflows/service_test_obs.yml +++ b/.github/workflows/service_test_obs.yml @@ -30,6 +30,7 @@ on: - "!core/src/docs/**" - "!core/src/services/**" - "core/src/services/obs/**" + - ".github/workflows/service_test_obs.yml" concurrency: group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }} diff --git a/.github/workflows/service_test_oss.yml b/.github/workflows/service_test_oss.yml index dc6779b9fd6..232a2fbef0c 100644 --- a/.github/workflows/service_test_oss.yml +++ b/.github/workflows/service_test_oss.yml @@ -30,6 +30,7 @@ on: - "!core/src/docs/**" - "!core/src/services/**" - "core/src/services/oss/**" + - ".github/workflows/service_test_oss.yml" concurrency: group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }} diff --git a/.github/workflows/service_test_redis.yml b/.github/workflows/service_test_redis.yml index 0d807e82e37..9747a3a0631 100644 --- a/.github/workflows/service_test_redis.yml +++ b/.github/workflows/service_test_redis.yml @@ -30,6 +30,7 @@ on: - "!core/src/docs/**" - "!core/src/services/**" - "core/src/services/redis/**" + - ".github/workflows/service_test_redis.yml" concurrency: group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }} diff --git a/.github/workflows/service_test_rocksdb.yml b/.github/workflows/service_test_rocksdb.yml index 656fd428946..38d070fe00a 100644 --- a/.github/workflows/service_test_rocksdb.yml +++ b/.github/workflows/service_test_rocksdb.yml @@ -30,6 +30,7 @@ on: - "!core/src/docs/**" - "!core/src/services/**" - "core/src/services/rocksdb/**" + - ".github/workflows/service_test_rocksdb.yml" concurrency: group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }} diff --git a/.github/workflows/service_test_s3.yml b/.github/workflows/service_test_s3.yml index e48af41fc11..c379b83657c 100644 --- a/.github/workflows/service_test_s3.yml +++ b/.github/workflows/service_test_s3.yml @@ -30,6 +30,7 @@ on: - "!core/src/docs/**" - "!core/src/services/**" - "core/src/services/s3/**" + - ".github/workflows/service_test_s3.yml" concurrency: group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }} diff --git a/.github/workflows/service_test_sled.yml b/.github/workflows/service_test_sled.yml index 0e5598191fb..e84fdda6075 100644 --- a/.github/workflows/service_test_sled.yml +++ b/.github/workflows/service_test_sled.yml @@ -30,6 +30,7 @@ on: - "!core/src/docs/**" - "!core/src/services/**" - "core/src/services/sled/**" + - ".github/workflows/service_test_sled.yml" concurrency: group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }} diff --git a/.github/workflows/service_test_webdav.yml b/.github/workflows/service_test_webdav.yml index b8bac82f45a..a67d2c7d161 100644 --- a/.github/workflows/service_test_webdav.yml +++ b/.github/workflows/service_test_webdav.yml @@ -30,6 +30,7 @@ on: - "!core/src/docs/**" - "!core/src/services/**" - "core/src/services/webdav/**" + - ".github/workflows/service_test_webdav.yml" concurrency: group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }} diff --git a/.github/workflows/service_test_webhdfs.yml b/.github/workflows/service_test_webhdfs.yml index 80c67feade8..2e000d63753 100644 --- a/.github/workflows/service_test_webhdfs.yml +++ b/.github/workflows/service_test_webhdfs.yml @@ -30,6 +30,7 @@ on: - "!core/src/docs/**" - "!core/src/services/**" - "core/src/services/webhdfs/**" + - ".github/workflows/service_test_webhdfs.yml" concurrency: group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}