File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff 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.
161156web-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
You can’t perform that action at this time.
0 commit comments