don't run all core tests when editing YT IEs

Authored by: bashonly
This commit is contained in:
bashonly 2025-04-24 12:45:35 -05:00
parent 9fb1744bdc
commit 1e086fe17e
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

View File

@ -7,6 +7,7 @@ on:
- test/**
- yt_dlp/**.py
- '!yt_dlp/extractor/*.py'
- '!yt_dlp/extractor/youtube/*.py'
- yt_dlp/extractor/__init__.py
- yt_dlp/extractor/common.py
- yt_dlp/extractor/extractors.py
@ -17,6 +18,7 @@ on:
- test/**
- yt_dlp/**.py
- '!yt_dlp/extractor/*.py'
- '!yt_dlp/extractor/youtube/*.py'
- yt_dlp/extractor/__init__.py
- yt_dlp/extractor/common.py
- yt_dlp/extractor/extractors.py