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