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