Skip to content

Commit cb7126f

Browse files
committed
ci(ws): run tests when the github actions workflow definition changes
Signed-off-by: Jiri Daněk <[email protected]>
1 parent d668eb8 commit cb7126f

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/ws-backend-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ on:
1414
- workspaces/backend/**
1515
## NOTE: we also test on changes to the controller as the backend depends on the controller
1616
- workspaces/controller/**
17+
## NOTE: also test when this definition itself changes
18+
- .github/workflows/ws-backend-test.yml
1719
branches:
1820
- main
1921
- notebooks-v2

.github/workflows/ws-controller-test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ on:
1414
- workspaces/controller/**
1515
## NOTE: we also test on changes to the backend as the backend depends on the controller
1616
- workspaces/backend/**
17+
## NOTE: also test when this definition itself changes
18+
- .github/workflows/ws-controller-test.yaml
1719
branches:
1820
- main
1921
- notebooks-v2

.github/workflows/ws-frontend-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212
pull_request:
1313
paths:
1414
- workspaces/frontend/**
15+
## NOTE: also test when this definition itself changes
16+
- .github/workflows/ws-frontend-test.yml
1517
branches:
1618
- main
1719
- notebooks-v2

0 commit comments

Comments
 (0)