From 30cba0a77d372d796d6a0ab0979dcd5f2a98184b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Diot?= Date: Mon, 18 Sep 2023 12:13:30 +0200 Subject: [PATCH] ci/cd fix dev.yml --- .github/workflows/dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 9c84d4bd..af068a0e 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -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]