From 49b6e7437934795d4aea69258ddd17af35d48fbd Mon Sep 17 00:00:00 2001 From: TobiasPyttel Date: Wed, 23 Oct 2024 10:49:17 +0200 Subject: [PATCH] Revert "HDDS-11597 enabled Test Charts workflow" This reverts commit 14f96337fc186588f54013717e45c98476d4b670. --- .github/workflows/test.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4a9758e..e30d960 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,12 +1,7 @@ name: Test Charts -on: - pull_request: - branches: - - "*" - push: - branches: - - "*" +on: pull_request + jobs: test: runs-on: ubuntu-latest