From 1eb0013352b761998379da0879345a5a857d7ac3 Mon Sep 17 00:00:00 2001 From: Yoni Bettan Date: Mon, 17 Jan 2022 08:10:17 +0200 Subject: [PATCH] ci: removing file filtering from some workflows (#610) There are other files that can affect the correctness of the code rather than the src files like the deployment yamls, Makefile etc. Signed-off-by: Yoni Bettan --- .github/workflows/e2e-k3s.yaml | 3 --- .github/workflows/remove-label.yaml | 3 --- 2 files changed, 6 deletions(-) diff --git a/.github/workflows/e2e-k3s.yaml b/.github/workflows/e2e-k3s.yaml index b54b08e8d1..2b0072aa87 100644 --- a/.github/workflows/e2e-k3s.yaml +++ b/.github/workflows/e2e-k3s.yaml @@ -3,9 +3,6 @@ name: e2e-k3s on: pull_request: types: [labeled] - paths: - - 'pkg/query-service/**' - - 'frontend/**' jobs: diff --git a/.github/workflows/remove-label.yaml b/.github/workflows/remove-label.yaml index 427cf9017d..94156a7c48 100644 --- a/.github/workflows/remove-label.yaml +++ b/.github/workflows/remove-label.yaml @@ -3,9 +3,6 @@ name: remove-label on: pull_request: types: [synchronize] - paths: - - 'pkg/query-service/**' - - 'frontend/**' jobs: remove: