Skip to content

Commit 61f1d9b

Browse files
committed
Merge branch 'main' into serdar/119-e2e-after-rust
2 parents 239ba2a + b9eaec5 commit 61f1d9b

File tree

2 files changed

+7
-14
lines changed

2 files changed

+7
-14
lines changed

.github/workflows/e2e.yml

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
name: e2e
22
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
147
permissions:
158
contents: read
169
jobs:
@@ -20,7 +13,7 @@ jobs:
2013
steps:
2114
- uses: actions/setup-go@v4
2215
with:
23-
go-version: "1.21"
16+
go-version: "1.22"
2417
- uses: actions/checkout@v3
2518
- name: golangci-lint
2619
uses: golangci/golangci-lint-action@v3.7.0
@@ -64,7 +57,7 @@ jobs:
6457
- name: Setup Go
6558
uses: actions/setup-go@v4
6659
with:
67-
go-version: "1.21"
60+
go-version: "1.22"
6861
check-latest: true
6962
cache-dependency-path: |
7063
e2e/interchaintest/go.sum

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88
paths-ignore:
99
- '**/*.md'
10-
- '**/*.go'
10+
- 'docs/**'
1111

1212
jobs:
1313
build-wasm:

0 commit comments

Comments
 (0)