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 <ybettan@redhat.com>
This commit is contained in:
Yoni Bettan 2022-01-17 08:10:17 +02:00 committed by GitHub
parent 68d68c2b57
commit 1eb0013352
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 6 deletions

View File

@ -3,9 +3,6 @@ name: e2e-k3s
on:
pull_request:
types: [labeled]
paths:
- 'pkg/query-service/**'
- 'frontend/**'
jobs:

View File

@ -3,9 +3,6 @@ name: remove-label
on:
pull_request:
types: [synchronize]
paths:
- 'pkg/query-service/**'
- 'frontend/**'
jobs:
remove: