Turn off the info step again for pull requests

This commit is contained in:
tcely 2025-03-26 16:58:44 -04:00 committed by GitHub
parent 317cc63a96
commit ea6beae40a
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 }}