Disable the info job

This commit is contained in:
tcely 2025-04-01 19:28:06 -04:00 committed by GitHub
parent ad8231d7b9
commit 2e634511d7
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-date: ${{ steps.jq.outputs.FFMPEG_DATE }}