Skip to content

Commit

Permalink
revert: 'ci: condition 'e2e.yml' on 'rust.yml' (#120)' (#121)
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.

* Revert "ci: condition e2e.yml on rust.yml"

This reverts commit fdb3fba.

* Revert "ci: condition e2e.yml on rust.yml"

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

jobs:
build-wasm:
Expand Down

0 comments on commit 7773fbd

Please sign in to comment.