Enable the info job

This commit is contained in:
tcely 2025-04-01 16:30:42 -04:00 committed by GitHub
parent 9340fa2741
commit a8e425859e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@ on:
jobs:
info:
if: ${{ !cancelled() && 'pull_request' != github.event_name }}
#if: ${{ !cancelled() && 'pull_request' != github.event_name }}
runs-on: ubuntu-latest
outputs:
ffmpeg-releases: ${{ steps.ffmpeg.outputs.releases }}