fix: ci for gitbutler-core

testing shit
This commit is contained in:
Kiril Videlov 2024-03-31 00:21:13 +01:00
parent de181f2107
commit 3d831c8527

View File

@ -35,6 +35,7 @@ jobs:
rust: &any-rust rust: &any-rust
- *rust - *rust
- 'gitbutler-!(ui)/**' - 'gitbutler-!(ui)/**'
- 'crates/**'
gitbutler-app: gitbutler-app:
- *any-rust - *any-rust
gitbutler-core: gitbutler-core:
@ -197,6 +198,7 @@ jobs:
if: always() if: always()
needs: needs:
- changes - changes
- check-gitbutler
- check-gitbutler-app - check-gitbutler-app
- check-gitbutler-changeset - check-gitbutler-changeset
- check-gitbutler-git - check-gitbutler-git