Skip to content

Commit 3446f58

Browse files
RI-7488: trigger build by push (test)
1 parent 65c268d commit 3446f58

File tree

2 files changed

+14
-17
lines changed

2 files changed

+14
-17
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: 🚀 Build
22

33
on:
4-
push:
5-
branches:
6-
- 'tr/**'
7-
84
# Manual trigger build
95
workflow_dispatch:
106
inputs:

.github/workflows/release-stage.yml

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,28 @@ on:
55
branches:
66
- 'release/**'
77
- 'release-enterprise/**'
8+
- 'tr/**'
89

910
jobs:
10-
tests:
11-
name: Release stage tests
12-
uses: ./.github/workflows/tests.yml
13-
secrets: inherit
14-
with:
15-
group_tests: 'without_e2e'
16-
pre_release: true
11+
# tests:
12+
# name: Release stage tests
13+
# uses: ./.github/workflows/tests.yml
14+
# secrets: inherit
15+
# with:
16+
# group_tests: 'without_e2e'
17+
# pre_release: true
1718

1819
builds:
1920
name: Release stage builds
2021
uses: ./.github/workflows/build.yml
21-
needs: tests
22+
# needs: tests
2223
secrets: inherit
2324
with:
2425
environment: 'staging'
2526
target: 'all'
2627
enterprise: ${{ startsWith(github.ref_name, 'release-enterprise/') }}
27-
28-
e2e-linux-tests:
29-
needs: builds
30-
uses: ./.github/workflows/tests-e2e-linux.yml
31-
secrets: inherit
28+
#
29+
# e2e-linux-tests:
30+
# needs: builds
31+
# uses: ./.github/workflows/tests-e2e-linux.yml
32+
# secrets: inherit

0 commit comments

Comments
 (0)