diff --git a/.github/workflows/compatibility-e2e-with-client-go.yml b/.github/workflows/compatibility-e2e-with-client-go.yml index 932b891fa..a6d4bb551 100644 --- a/.github/workflows/compatibility-e2e-with-client-go.yml +++ b/.github/workflows/compatibility-e2e-with-client-go.yml @@ -21,7 +21,7 @@ env: DRAGONFLY_PROXY_SERVER_PATH: test/testdata/k8s/proxy.yaml jobs: - compatibility_e2e_tests: + compatibility_e2e_tests_with_client_go: name: e2e_tests_with_${{ matrix.module }} timeout-minutes: 60 runs-on: ubuntu-latest diff --git a/.github/workflows/e2e-with-client-go.yml b/.github/workflows/e2e-with-client-go.yml index 91ee4865f..5fd9c17ce 100644 --- a/.github/workflows/e2e-with-client-go.yml +++ b/.github/workflows/e2e-with-client-go.yml @@ -21,7 +21,7 @@ env: DRAGONFLY_MINIO_SERVER_PATH: test/testdata/k8s/minio.yaml jobs: - e2e_tests: + e2e_tests_with_client_go: runs-on: ubuntu-latest timeout-minutes: 60 strategy: diff --git a/.github/workflows/e2e-with-client-rs.yml b/.github/workflows/e2e-with-client-rs.yml index c8cabd7a7..55d8deee3 100644 --- a/.github/workflows/e2e-with-client-rs.yml +++ b/.github/workflows/e2e-with-client-rs.yml @@ -18,7 +18,7 @@ env: DRAGONFLY_FILE_SERVER_PATH: test/testdata/k8s/file-server.yaml jobs: - e2e_tests: + e2e_tests_with_client_rs: runs-on: ubuntu-latest timeout-minutes: 60 strategy: