mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 13:36:35 +00:00
Merge pull request #890 from tcely/patch-12
Turn off the `info` step again for pull requests
This commit is contained in:
commit
ebf7702b41
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user