mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-09-06 08:51:55 +00:00
CodeQL / Analyze (actions) (push) Has been cancelled
CodeQL / Analyze (javascript-typescript) (push) Has been cancelled
CodeQL / Analyze (python) (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, 3.14) (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.11) (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.14) (push) Has been cancelled
Core Tests / Core 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) / Publish Github release (push) Has been cancelled
Test and lint workflows / Check workflows (push) Has been cancelled
Test and lint workflows / Run zizmor (push) Has been cancelled
Release (master) / Publish to PyPI (push) Has been cancelled
Update wiki / Update wiki (push) Has been cancelled
Release (nightly) / Check for new commits (push) Has been cancelled
Release (nightly) / Publish Github release (push) Has been cancelled
Release (nightly) / Publish to PyPI (push) Has been cancelled
* Prepare to remove the `release` branch * Remove use of PUSH_VERSION_COMMIT variable * Use RELEASE_KEY for releases Authored by: bashonly
21 lines
465 B
YAML
21 lines
465 B
YAML
config-variables:
|
|
- UPDATE_TO_VERIFICATION
|
|
- PYPI_PROJECT
|
|
- PYPI_SUFFIX
|
|
- NIGHTLY_PYPI_PROJECT
|
|
- NIGHTLY_PYPI_SUFFIX
|
|
- NIGHTLY_ARCHIVE_REPO
|
|
- BUILD_NIGHTLY
|
|
- MASTER_PYPI_PROJECT
|
|
- MASTER_PYPI_SUFFIX
|
|
- MASTER_ARCHIVE_REPO
|
|
- BUILD_MASTER
|
|
- ISSUE_LOCKDOWN
|
|
- SANITIZE_COMMENT
|
|
|
|
paths:
|
|
.github/workflows/build.yml:
|
|
ignore:
|
|
# SC1090 "Can't follow non-constant source": ignore when using `source` to activate venv
|
|
- '.+SC1090.+'
|