From 0b671fb144ae8028c431b922ff2b247d401d0d67 Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Wed, 14 Jun 2023 13:28:00 +0200 Subject: [PATCH] Revert "ci: re-enable the compilation workflow" This reverts commit 1b6f3d687f10d3b096244a3d2851bbab2233baaa. --- .github/workflows/ci_build.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml index 84f3acf86..71e51cabb 100644 --- a/.github/workflows/ci_build.yml +++ b/.github/workflows/ci_build.yml @@ -11,11 +11,6 @@ jobs: matrix: include: - { OS: alpine } - on: - workflow_run: - workflows: [Pre-build checks] - types: - - completed steps: - uses: actions/checkout@v2 - name: Integration testing