diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 52d8135..9c7a96a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -134,6 +134,7 @@ jobs: cache-from: type=registry,ref=${{ steps.imagename.outputs.name }}:cache build_ffmpeg: name: Build ffmpeg + if: ${{ github.event.inputs.buildOnly == 'true' || success() }} needs: build_targets runs-on: ubuntu-latest strategy: