mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-27 23:07:56 -04:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user