From 1e086fe17e7c60f7e4652e56b2645d8fcb90dd1d Mon Sep 17 00:00:00 2001 From: bashonly Date: Thu, 24 Apr 2025 12:45:35 -0500 Subject: [PATCH] don't run all core tests when editing YT IEs Authored by: bashonly --- .github/workflows/core.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index 9a4342a585..d9033640c0 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -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