From 1b6f3d687f10d3b096244a3d2851bbab2233baaa Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Tue, 13 Jun 2023 16:40:52 +0200 Subject: [PATCH] ci: re-enable the compilation workflow This enable again the compilation workflow and add the dependencies to the pre-check Signed-off-by: Vincenzo Palazzo --- .github/workflows/ci_build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml index 71e51cabb..84f3acf86 100644 --- a/.github/workflows/ci_build.yml +++ b/.github/workflows/ci_build.yml @@ -11,6 +11,11 @@ jobs: matrix: include: - { OS: alpine } + on: + workflow_run: + workflows: [Pre-build checks] + types: + - completed steps: - uses: actions/checkout@v2 - name: Integration testing