From b5f68a6274bec2052c9cc4c546c4bf02a4931539 Mon Sep 17 00:00:00 2001 From: Brage Date: Mon, 24 Jul 2023 00:50:28 +0200 Subject: [PATCH] Updated pipe --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 03331e26..f29abade 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -65,7 +65,7 @@ jobs: build-encode: needs: build-commoncode - if: ${{ needs.pre-check.outputs.encode == 'true' || github.event_name == 'workflow_dispatch' }} + if: ${{ needs.pre-check.outputs.encode == 'true' || github.event_name == 'workflow_dispatch' || needs.pre-check.outputs.commonCode == 'true' }} runs-on: ubuntu-latest #if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }} @@ -113,7 +113,7 @@ jobs: build-reader: needs: build-commoncode runs-on: ubuntu-latest - if: ${{ needs.pre-check.outputs.reader == 'true' || github.event_name == 'workflow_dispatch' }} + if: ${{ needs.pre-check.outputs.reader == 'true' || github.event_name == 'workflow_dispatch' || needs.pre-check.outputs.commonCode == 'true' }} steps: - name: Checkout repository