File tree Expand file tree Collapse file tree 2 files changed +7
-14
lines changed Expand file tree Collapse file tree 2 files changed +7
-14
lines changed Original file line number Diff line number Diff line change 1
1
name : e2e
2
2
on :
3
- push :
4
- branches : [main]
5
- pull_request :
6
- paths :
7
- - ' **.rs'
8
- - ' **.go'
9
- - ' **.toml'
10
- - ' **.lock'
11
- - ' **.mod'
12
- - ' **.sum'
13
- - ' .github/workflows/e2e.yml'
3
+ workflow_run :
4
+ workflows : [rust]
5
+ types :
6
+ - completed
14
7
permissions :
15
8
contents : read
16
9
jobs :
20
13
steps :
21
14
- uses : actions/setup-go@v4
22
15
with :
23
- go-version : " 1.21 "
16
+ go-version : " 1.22 "
24
17
- uses : actions/checkout@v3
25
18
- name : golangci-lint
26
19
uses : golangci/golangci-lint-action@v3.7.0
64
57
- name : Setup Go
65
58
uses : actions/setup-go@v4
66
59
with :
67
- go-version : " 1.21 "
60
+ go-version : " 1.22 "
68
61
check-latest : true
69
62
cache-dependency-path : |
70
63
e2e/interchaintest/go.sum
Original file line number Diff line number Diff line change 7
7
pull_request :
8
8
paths-ignore :
9
9
- ' **/*.md'
10
- - ' **/*.go '
10
+ - ' docs/** '
11
11
12
12
jobs :
13
13
build-wasm :
You can’t perform that action at this time.
0 commit comments