ci: disable sorting- and client-check workflows

This commit is contained in:
Daniel
2025-03-19 13:41:32 +01:00
committed by GitHub
parent 9a1607b367
commit 190865cd6f
2 changed files with 8 additions and 6 deletions

View File

@@ -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:

View File

@@ -1,9 +1,10 @@
name: 'README Update Pull Request'
on:
pull_request:
paths:
- 'README.md'
# pull_request:
# paths:
# - 'README.md'
workflow_dispatch:
jobs:
build: