1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-12-24 17:08:53 +00:00

[CI] Option to skip

:skip ci all
This commit is contained in:
pukkandan
2021-01-11 23:17:15 +05:30
parent f20f5fe524
commit 0ed3baddf2
2 changed files with 3 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ on: [push]
jobs:
tests:
name: Tests
if: "!contains(github.event.head_commit.message, 'skip ci')"
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true