Skip to content

Commit 090081a

Browse files
committed
chore: update workflow triggers for backend and integration tests to depend on the test stack
1 parent 844ce38 commit 090081a

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/test_backend.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Backend Test
22

33
on:
4-
push:
5-
branches:
6-
- test
74
workflow_dispatch:
85
inputs:
96
deployment:
@@ -26,6 +23,9 @@ on:
2623
- "preview"
2724
- "mainnet"
2825
- "preprod"
26+
workflow_run:
27+
workflows: ["Build and deploy GovTool test stack"]
28+
types: [completed]
2929

3030
jobs:
3131
backend-tests:

.github/workflows/test_integration_playwright.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Integration Test [Playwright]
22

33
on:
4-
push:
5-
branches:
6-
- test
74
workflow_dispatch:
85
inputs:
96
deployment:
@@ -27,7 +24,7 @@ on:
2724
- "preprod"
2825

2926
workflow_run:
30-
workflows: ["Build and deploy GovTool to TEST server"]
27+
workflows: ["Build and deploy GovTool test stack"]
3128
types: [completed]
3229

3330
jobs:

0 commit comments

Comments
 (0)