Skip to content

Commit 1288e13

Browse files
chore: change run workflow to manually
Signed-off-by: Nikita korolev <[email protected]>
1 parent 7e177ac commit 1288e13

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/e2e.yaml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,16 @@ name: e2e
1616

1717
env:
1818
CI_COMMIT_REF_NAME: ${{ github.ref_name }}
19+
GO_VERSION: "1.22.7"
1920

2021
on:
2122
workflow_dispatch:
22-
pull_request:
23-
branches:
24-
- ci/tests/e2e-workflow
25-
push:
26-
branches:
27-
- ci/tests/e2e-workflow
23+
# pull_request:
24+
# branches:
25+
# - ci/tests/e2e-workflow
26+
# push:
27+
# branches:
28+
# - ci/tests/e2e-workflow
2829

2930
defaults:
3031
run:
@@ -39,10 +40,10 @@ jobs:
3940
runs-on: ubuntu-latest
4041
name: Run e2e
4142
steps:
42-
- name: Set up Go 1.21
43+
- name: Set up Go ${{ env.GO_VERSION }}
4344
uses: actions/setup-go@v5
4445
with:
45-
go-version: "1.21"
46+
go-version: "${{ env.GO_VERSION }}"
4647

4748
- name: Install Task
4849
uses: arduino/setup-task@v2

0 commit comments

Comments
 (0)