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