Skip to content

Commit d0511b7

Browse files
authored
fix(ci): failing cw-check workflow (#1121)
* update triggering path patterns on ci * bump nightly for cw-check * add missing path patterns * minimal pr triggers for cw and no-std check
1 parent b2c2529 commit d0511b7

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ on:
1414
- ibc-clients/**
1515
- ibc-primitives/**
1616
- ibc-query/**
17+
- ibc-testkit/**
18+
- ibc-derive/**
1719
push:
1820
branches:
1921
- main

.github/workflows/cw-check.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
pull_request:
44
paths:
55
- .github/workflows/cw-check.yml
6+
- Cargo.toml
7+
- Cargo.lock
68
- ci/cw-check/**
79
push:
810
tags:
@@ -22,7 +24,6 @@ on:
2224
- ibc-data-types/**
2325
- ibc-clients/**
2426
- ibc-primitives/**
25-
- ibc-query/**
2627
- ibc-derive/**
2728
jobs:
2829
cw-check:

.github/workflows/no-std.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
- ibc-data-types/**
1414
- ibc-clients/**
1515
- ibc-primitives/**
16+
- ibc-derive/**
1617
push:
1718
branches: main
1819
paths:
@@ -27,6 +28,7 @@ on:
2728
- ibc-data-types/**
2829
- ibc-clients/**
2930
- ibc-primitives/**
31+
- ibc-derive/**
3032
jobs:
3133
check-no-std-panic-conflict:
3234
name: Check no_std panic conflict

ci/cw-check/rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[toolchain]
2-
channel = "nightly-2023-03-09"
2+
channel = "nightly-2024-02-24"
33
targets = [
44
"wasm32-unknown-unknown",
55
]

0 commit comments

Comments
 (0)