From 9fc6b00e27b1a75dad657d5fce17f7e931b157ca Mon Sep 17 00:00:00 2001 From: Kirill Sizov Date: Tue, 18 Jul 2023 16:02:13 +0300 Subject: [PATCH] No helm tests on edit (#6495) Duplicate https://github.com/opencv/cvat/pull/6373 for Helm tests --- .github/workflows/helm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index d90c33fb6087..0fae48884c28 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -5,7 +5,7 @@ on: - 'master' - 'develop' pull_request: - types: [edited, ready_for_review, opened, synchronize, reopened] + types: [ready_for_review, opened, synchronize, reopened] paths-ignore: - 'site/**' - '**/*.md'