Actually make build step run
This commit is contained in:
parent
7f6eef0e5f
commit
76aacb4b85
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue