Skip to content

Commit f17812a

Browse files
chore: add test branch
Signed-off-by: Nikita Korolev <[email protected]>
1 parent 1288e13 commit f17812a

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.github/workflows/e2e.yaml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Copyright 2024 Flant JSC
2-
#
2+
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
55
# You may obtain a copy of the License at
6-
#
6+
#
77
# http://www.apache.org/licenses/LICENSE-2.0
8-
#
8+
#
99
# Unless required by applicable law or agreed to in writing, software
1010
# distributed under the License is distributed on an "AS IS" BASIS,
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -20,9 +20,11 @@ env:
2020

2121
on:
2222
workflow_dispatch:
23-
# pull_request:
24-
# branches:
25-
# - ci/tests/e2e-workflow
23+
pull_request:
24+
types: [opened, synchronize]
25+
branches:
26+
- main
27+
- ci/tests/e2e-workflow
2628
# push:
2729
# branches:
2830
# - ci/tests/e2e-workflow
@@ -64,4 +66,5 @@ jobs:
6466
- name: e2e
6567
run: |
6668
export E2E_CLUSTERTRANSPORT_KUBECONFIG=$KUBECONFIG
69+
cd ./tests/e2e/
6770
task run_local

0 commit comments

Comments
 (0)