mirror of
https://github.com/awesome-jellyfin/awesome-jellyfin.git
synced 2026-03-11 20:53:48 -05:00
ci: disable sorting- and client-check workflows
This commit is contained in:
7
.github/workflows/clients-pull-request.yaml
vendored
7
.github/workflows/clients-pull-request.yaml
vendored
@@ -1,9 +1,10 @@
|
||||
name: 'Clients Update Pull Request'
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'assets/clients/clients.yaml'
|
||||
# pull_request:
|
||||
# paths:
|
||||
# - 'assets/clients/clients.yaml'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
7
.github/workflows/sorting-pull-check.yaml
vendored
7
.github/workflows/sorting-pull-check.yaml
vendored
@@ -1,9 +1,10 @@
|
||||
name: 'README Update Pull Request'
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'README.md'
|
||||
# pull_request:
|
||||
# paths:
|
||||
# - 'README.md'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user