From 9feb1784d39dba1084fa7522ca37545b2e284904 Mon Sep 17 00:00:00 2001 From: Jason Marechal Date: Mon, 9 Oct 2023 14:31:14 +0200 Subject: [PATCH] Fix need --- .github/workflows/centos7-system-deps-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/centos7-system-deps-build.yml b/.github/workflows/centos7-system-deps-build.yml index 96fe6b7932..0e3faa9d5b 100644 --- a/.github/workflows/centos7-system-deps-build.yml +++ b/.github/workflows/centos7-system-deps-build.yml @@ -66,7 +66,7 @@ jobs: build: runs-on: ubuntu-latest - needs: versions + needs: [ docker_publish, versions ] container: 'antaresrte/rte-antares:centos7-system-deps' steps: