Skip to content

Commit 2abed6f

Browse files
ci: Limit e2e test to front code change
1 parent a112d34 commit 2abed6f

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/filters/ci.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -149,23 +149,12 @@ new-client-dependencies-project: &new-client-dependencies-project
149149

150150
# The web jobs need to be run when:
151151
# - The ci workflow has changed
152-
# - The rust has changed
153-
# - The dependencies
154-
# - The pure code has changed
155-
# - Platform code specific to the web interface
156-
# - The rust web binding has changed
157152
# - The Web code / test has changed
158153
# - The web dependencies has changed
159154
# > Note: We don't use `rust-changes` because it include all the change made to the rust code
160155
# > including change made to the python part.
161156
web-jobs:
162157
- .github/workflows/ci-web.yml
163-
- *rust-dependencies-workspace
164-
- *libparsec-rust-not-platform
165-
- *rust-platform-crates-web
166-
- *libparsec-schema-file
167-
- *rust-toolchain
168-
- *rust-web-binding
169158
- *new-client-dependencies-project
170159
- *web
171160

0 commit comments

Comments
 (0)