From 3132e2929c969e3203123813075f3aca2bf9f193 Mon Sep 17 00:00:00 2001 From: Nikolai Emil Damm Date: Tue, 19 Sep 2023 23:29:45 +0200 Subject: [PATCH] Update test.yaml --- .github/workflows/test.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 14a02202b..2f361fe0f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -5,9 +5,7 @@ env: on: push: - paths: - - 'k8s/**' - - '.github/workflows/**' + - main jobs: validate-manifests: @@ -56,4 +54,4 @@ jobs: # ... - name: Debug failure if: failure() - run: $SCRIPTS_DIR/e2e-debug-failure.sh \ No newline at end of file + run: $SCRIPTS_DIR/e2e-debug-failure.sh