mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-03-16 22:23:32 +09:00
Some checks failed
CodeQL / Analyze (python) (push) Has been cancelled
Core Tests / Core Tests (ubuntu-latest, 3.10) (push) Has been cancelled
Core Tests / Core Tests (ubuntu-latest, 3.11) (push) Has been cancelled
Core Tests / Core Tests (ubuntu-latest, 3.12) (push) Has been cancelled
Core Tests / Core Tests (ubuntu-latest, 3.13) (push) Has been cancelled
Core Tests / Core Tests (ubuntu-latest, pypy-3.11) (push) Has been cancelled
Core Tests / Core Tests (windows-latest, 3.10) (push) Has been cancelled
Core Tests / Core Tests (windows-latest, 3.12) (push) Has been cancelled
Core Tests / Core Tests (windows-latest, 3.13) (push) Has been cancelled
Core Tests / Core Tests (windows-latest, 3.9) (push) Has been cancelled
Core Tests / Core Tests (windows-latest, pypy-3.11) (push) Has been cancelled
Download Tests / Quick Download Tests (push) Has been cancelled
Download Tests / Full Download Tests (ubuntu-latest, 3.10) (push) Has been cancelled
Download Tests / Full Download Tests (ubuntu-latest, 3.11) (push) Has been cancelled
Download Tests / Full Download Tests (ubuntu-latest, 3.12) (push) Has been cancelled
Download Tests / Full Download Tests (ubuntu-latest, 3.13) (push) Has been cancelled
Download Tests / Full Download Tests (ubuntu-latest, pypy-3.11) (push) Has been cancelled
Download Tests / Full Download Tests (windows-latest, 3.9) (push) Has been cancelled
Download Tests / Full Download Tests (windows-latest, pypy-3.11) (push) Has been cancelled
Quick Test / Core Test (push) Has been cancelled
Quick Test / Code check (push) Has been cancelled
Release (master) / release (push) Has been cancelled
Release (master) / publish_pypi (push) Has been cancelled
Test and lint workflows / Check workflows (push) Has been cancelled
Release (nightly) / check_nightly (push) Has been cancelled
Release (nightly) / release (push) Has been cancelled
Release (nightly) / publish_pypi (push) Has been cancelled
Fix 50136eeeb3
Authored by: bashonly
24 lines
491 B
YAML
24 lines
491 B
YAML
name: Keep cache warm
|
|
on:
|
|
workflow_dispatch:
|
|
schedule:
|
|
- cron: '0 22 1,6,11,16,21,27 * *'
|
|
|
|
jobs:
|
|
build:
|
|
if: |
|
|
vars.KEEP_CACHE_WARM || github.event_name == 'workflow_dispatch'
|
|
uses: ./.github/workflows/build.yml
|
|
with:
|
|
version: '999999'
|
|
channel: stable
|
|
origin: ${{ github.repository }}
|
|
unix: false
|
|
linux: false
|
|
linux_armv7l: true
|
|
musllinux: false
|
|
macos: true
|
|
windows: true
|
|
permissions:
|
|
contents: read
|