mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-10 22:29:00 +08:00
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:
parent
68d68c2b57
commit
1eb0013352
3
.github/workflows/e2e-k3s.yaml
vendored
3
.github/workflows/e2e-k3s.yaml
vendored
@ -3,9 +3,6 @@ name: e2e-k3s
|
||||
on:
|
||||
pull_request:
|
||||
types: [labeled]
|
||||
paths:
|
||||
- 'pkg/query-service/**'
|
||||
- 'frontend/**'
|
||||
|
||||
jobs:
|
||||
|
||||
|
3
.github/workflows/remove-label.yaml
vendored
3
.github/workflows/remove-label.yaml
vendored
@ -3,9 +3,6 @@ name: remove-label
|
||||
on:
|
||||
pull_request:
|
||||
types: [synchronize]
|
||||
paths:
|
||||
- 'pkg/query-service/**'
|
||||
- 'frontend/**'
|
||||
|
||||
jobs:
|
||||
remove:
|
||||
|
Loading…
x
Reference in New Issue
Block a user