Updated pipe

This commit is contained in:
Brage 2023-07-24 00:50:28 +02:00
parent f936c6a5fe
commit b5f68a6274

View File

@ -65,7 +65,7 @@ jobs:
build-encode: build-encode:
needs: build-commoncode 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 runs-on: ubuntu-latest
#if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }} #if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
@ -113,7 +113,7 @@ jobs:
build-reader: build-reader:
needs: build-commoncode needs: build-commoncode
runs-on: ubuntu-latest 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: steps:
- name: Checkout repository - name: Checkout repository