From 08c415c729f9c228405181f2eaa5c7279a6d8f95 Mon Sep 17 00:00:00 2001 From: Weny Xu Date: Mon, 8 Jul 2024 11:31:13 +0800 Subject: [PATCH] ci: retry on error or timeout during installing operator (#4308) chore(ci): retry on error or timeout during installing operator --- .github/actions/setup-greptimedb-cluster/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/setup-greptimedb-cluster/action.yml b/.github/actions/setup-greptimedb-cluster/action.yml index 088aea6b18..088a465825 100644 --- a/.github/actions/setup-greptimedb-cluster/action.yml +++ b/.github/actions/setup-greptimedb-cluster/action.yml @@ -35,7 +35,6 @@ runs: with: timeout_minutes: 3 max_attempts: 3 - retry_on: error shell: bash command: | helm repo add greptime https://greptimeteam.github.io/helm-charts/