(chore): quiet CI (#1855)

* Update conflicts.yml

* Update deploy.yml

* Update labeler.yml

* Update lint-editor.yml

* Update lint-markdown.yml

* Update metadata-validation.yml

* Update lint-yaml.yml

* Update metadata-validation.yml

* Update metadata-validation.yml
pull/1857/head
bakerboy448 2 months ago committed by GitHub
parent 2c6a14725a
commit 505e668578
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,6 +1,11 @@
name: Label Conflicts name: Label Conflicts
on: [push, pull_request] on:
push:
branches:
- main
pull_request:
jobs: jobs:
triage: triage:

@ -1,6 +1,11 @@
name: Build and Deploy Docs name: Build and Deploy Docs
on: [push, pull_request] on:
push:
branches:
- main
pull_request:
jobs: jobs:

@ -1,6 +1,10 @@
name: Label Pull Requests name: Label Pull Requests
on: [pull_request_target, push] on:
push:
branches:
- main
pull_request_target:
jobs: jobs:
triage: triage:

@ -1,6 +1,10 @@
name: Lint - EditorConfig name: Lint - EditorConfig
on: [push, pull_request] on:
push:
branches:
- main
pull_request:
jobs: jobs:
editorconfig-checker: editorconfig-checker:

@ -1,6 +1,10 @@
name: Lint - Markdown name: Lint - Markdown
on: [push, pull_request] on:
push:
branches:
- main
pull_request:
jobs: jobs:
markdownlint: markdownlint:

@ -1,6 +1,10 @@
name: Lint - YAML name: Lint - YAML
on: [push, pull_request] on:
push:
branches:
- main
pull_request:
jobs: jobs:
yamllint: yamllint:

@ -2,6 +2,8 @@ name: Validate Metadata JSON
on: on:
push: push:
branches:
- main
paths: paths:
- metadata.json - metadata.json
- metadata.schema.json - metadata.schema.json

Loading…
Cancel
Save