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.
2 parents 37cc980 + 4e01bbf commit 7e0c0edCopy full SHA for 7e0c0ed
.github/workflows/release-prod.yml
@@ -10,6 +10,10 @@ jobs:
10
name: Run all tests
11
uses: ./.github/workflows/tests.yml
12
secrets: inherit
13
+ with:
14
+ group_tests: 'without_e2e'
15
+ short_rte_list: false
16
+ pre_release: true
17
18
builds-prod:
19
name: Create all builds for release
.github/workflows/release-stage.yml
name: Release stage tests
builds:
name: Release stage builds
0 commit comments