Merge pull request #890 from tcely/patch-12

Turn off the `info` step again for pull requests
This commit is contained in:
meeb 2025-03-27 14:53:10 +11:00 committed by GitHub
commit ebf7702b41
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 }}