name: Build all on: workflow_dispatch: schedule: - cron: "0 1 * * *" jobs: ffmpeg-static-debug: uses: ./.github/workflows/ffmpeg.yml with: env: windows-2022 source: ffmpeg type: static config: debug ffmpegRef: release/5.0 ffmpeg-static-release: uses: ./.github/workflows/ffmpeg.yml with: env: windows-2022 source: ffmpeg type: static config: release ffmpegRef: release/5.0