Skip to content

Commit 3e7fd7e

Browse files
committed
fix for tests
1 parent 4e01bbf commit 3e7fd7e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/release-prod.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
secrets: inherit
1313
with:
1414
group_tests: 'without_e2e'
15-
short_rte_list: false
1615
pre_release: true
1716

1817
builds-prod:

.github/workflows/release-stage.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
secrets: inherit
1313
with:
1414
group_tests: 'without_e2e'
15-
short_rte_list: false
1615
pre_release: true
1716

1817
builds:

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ on:
2222
description: Run group of tests
2323
type: string
2424
default: 'all'
25+
pre_release:
26+
description: Is pre-release
27+
default: false
28+
type: boolean
2529

2630
jobs:
2731
frontend-tests:

0 commit comments

Comments
 (0)