We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 844ce38 commit 090081aCopy full SHA for 090081a
.github/workflows/test_backend.yml
@@ -1,9 +1,6 @@
1
name: Backend Test
2
3
on:
4
- push:
5
- branches:
6
- - test
7
workflow_dispatch:
8
inputs:
9
deployment:
@@ -26,6 +23,9 @@ on:
26
23
- "preview"
27
24
- "mainnet"
28
25
- "preprod"
+ workflow_run:
+ workflows: ["Build and deploy GovTool test stack"]
+ types: [completed]
29
30
jobs:
31
backend-tests:
.github/workflows/test_integration_playwright.yml
name: Integration Test [Playwright]
@@ -27,7 +24,7 @@ on:
workflow_run:
- workflows: ["Build and deploy GovTool to TEST server"]
types: [completed]
32
33
0 commit comments