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