ci/cd fix dev.yml

This commit is contained in:
Théophile Diot 2023-09-18 12:13:30 +02:00
parent 80d56fcca6
commit 30cba0a77d
No known key found for this signature in database
GPG Key ID: 248FEA4BAE400D06
1 changed files with 2 additions and 2 deletions

View File

@ -130,7 +130,7 @@ jobs:
# Push with dev tag
push-dev:
needs: [tests-ui, tests-core]
needs: [tests-ui, tests-core, tests-core-linux]
runs-on: ubuntu-latest
permissions:
contents: read
@ -170,7 +170,7 @@ jobs:
# Push Linux packages
push-packages:
needs: [staging-tests, tests-ui, tests-core]
needs: [tests-ui, tests-core, tests-core-linux]
strategy:
matrix:
linux: [ubuntu, debian, fedora, el]