Skip to content

Commit

Permalink
ci: condition 'e2e.yml' on 'rust.yml' (#120)
Browse files Browse the repository at this point in the history
* ci: condition e2e.yml on rust.yml

* ci: attempted fix

* Revert "ci: attempted fix"

This reverts commit 1d0535d.
  • Loading branch information
srdtrk committed Jun 18, 2024
1 parent 8aa8aee commit b9eaec5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
19 changes: 6 additions & 13 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
name: e2e
on:
push:
branches: [main]
pull_request:
paths:
- '**.rs'
- '**.go'
- '**.toml'
- '**.lock'
- '**.mod'
- '**.sum'
- '.github/workflows/e2e.yml'
workflow_run:
workflows: [rust]
types:
- completed
permissions:
contents: read
jobs:
Expand All @@ -20,7 +13,7 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: "1.21"
go-version: "1.22"
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3.7.0
Expand Down Expand Up @@ -64,7 +57,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: "1.21"
go-version: "1.22"
check-latest: true
cache-dependency-path: |
e2e/interchaintest/go.sum
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:
paths-ignore:
- '**/*.md'
- '**/*.go'
- 'docs/**'

jobs:
build-wasm:
Expand Down

0 comments on commit b9eaec5

Please sign in to comment.