mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
run yaml lint only if yml files were changes
Some checks are pending
Codespell / Check spelling (push) Waiting to run
Some checks are pending
Codespell / Check spelling (push) Waiting to run
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
31a97682ff
commit
d6e0d8b87d
1 changed files with 4 additions and 1 deletions
5
.github/workflows/lint-yaml.yml
vendored
5
.github/workflows/lint-yaml.yml
vendored
|
|
@ -8,7 +8,10 @@
|
|||
|
||||
name: Lint YAML
|
||||
|
||||
on: pull_request
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- '**.yml'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue