mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-09 10:50:38 +00:00
parent
585d0ed9ab
commit
f124fa4588
4
.github/workflows/core.yml
vendored
4
.github/workflows/core.yml
vendored
@ -3,6 +3,10 @@ on: [push, pull_request]
|
|||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: core-${{ github.event.pull_request.number || github.ref }}
|
||||||
|
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
name: Core Tests
|
name: Core Tests
|
||||||
|
1
.github/workflows/release-master.yml
vendored
1
.github/workflows/release-master.yml
vendored
@ -10,7 +10,6 @@ on:
|
|||||||
- "pyinst.py"
|
- "pyinst.py"
|
||||||
concurrency:
|
concurrency:
|
||||||
group: release-master
|
group: release-master
|
||||||
cancel-in-progress: true
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user