1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2026-02-01 11:36:55 +00:00

[cleanup] Misc (#15788)

Authored by: bashonly
This commit is contained in:
bashonly
2026-01-31 17:50:20 -06:00
committed by GitHub
parent 8eb794366e
commit 9a9a6b6fe4
4 changed files with 4 additions and 4 deletions

View File

@@ -26,6 +26,7 @@ concurrency:
jobs:
tests:
name: Challenge Tests
if: ${{ !contains(github.event.head_commit.message, ':ci skip') }}
permissions:
contents: read
runs-on: ${{ matrix.os }}

View File

@@ -32,7 +32,7 @@ concurrency:
jobs:
tests:
name: Core Tests
if: ${{ !contains(github.event.head_commit.message, 'ci skip') }}
if: ${{ !contains(github.event.head_commit.message, ':ci skip') }}
permissions:
contents: read
runs-on: ${{ matrix.os }}

View File

@@ -10,7 +10,7 @@ concurrency:
jobs:
tests:
name: Core Test
if: ${{ !contains(github.event.head_commit.message, 'ci skip all') }}
if: ${{ !contains(github.event.head_commit.message, ':ci skip all') }}
permissions:
contents: read
runs-on: ubuntu-latest
@@ -33,7 +33,7 @@ jobs:
python3 ./devscripts/run_tests.py --pytest-args '--reruns 2 --reruns-delay 3.0' core
check:
name: Code check
if: ${{ !contains(github.event.head_commit.message, 'ci skip all') }}
if: ${{ !contains(github.event.head_commit.message, ':ci skip all') }}
permissions:
contents: read
runs-on: ubuntu-latest