mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 21:46:44 +00:00
Disable the info job
This commit is contained in:
parent
ad8231d7b9
commit
2e634511d7
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -19,7 +19,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
info:
|
info:
|
||||||
#if: ${{ !cancelled() && 'pull_request' != github.event_name }}
|
if: ${{ !cancelled() && 'pull_request' != github.event_name }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
outputs:
|
||||||
ffmpeg-date: ${{ steps.jq.outputs.FFMPEG_DATE }}
|
ffmpeg-date: ${{ steps.jq.outputs.FFMPEG_DATE }}
|
||||||
|
Loading…
Reference in New Issue
Block a user