File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 14
14
- workspaces/backend/**
15
15
# # NOTE: we also test on changes to the controller as the backend depends on the controller
16
16
- workspaces/controller/**
17
+ # # NOTE: also test when this definition itself changes
18
+ - .github/workflows/ws-backend-test.yml
17
19
branches :
18
20
- main
19
21
- notebooks-v2
Original file line number Diff line number Diff line change 14
14
- workspaces/controller/**
15
15
# # NOTE: we also test on changes to the backend as the backend depends on the controller
16
16
- workspaces/backend/**
17
+ # # NOTE: also test when this definition itself changes
18
+ - .github/workflows/ws-controller-test.yaml
17
19
branches :
18
20
- main
19
21
- notebooks-v2
Original file line number Diff line number Diff line change 12
12
pull_request :
13
13
paths :
14
14
- workspaces/frontend/**
15
+ # # NOTE: also test when this definition itself changes
16
+ - .github/workflows/ws-frontend-test.yml
15
17
branches :
16
18
- main
17
19
- notebooks-v2
You can’t perform that action at this time.
0 commit comments