Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Markdownlint (All files)

on:
pull_request:
branches:
- main
paths:
- .markdownlint-cli2.jsonc
- .nvmrc
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pr-check-lint_content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Lint and review content files

on:
pull_request_target:
branches:
- main
paths:
- .nvmrc
- "*.md"
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pr-check_cspell_lists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Check cSpell lists

on:
pull_request:
branches:
- main
paths:
- .vscode/dictionaries/*

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pr-check_javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: JavaScript lint

on:
pull_request:
branches:
- main
paths:
- .nvmrc
- "**/*.js"
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pr-check_json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: JSON lint

on:
pull_request:
branches:
- main
paths:
- .nvmrc
- "**/*.json"
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pr-check_redirects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Check Redirects

on:
pull_request:
branches:
- main

# No GITHUB_TOKEN permissions, as we only use it to increase API limit.
permissions: {}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pr-check_scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Check scripts

on:
pull_request:
branches:
- main
paths:
- .nvmrc
- package.json
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pr-check_url-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Check URL issues

on:
pull_request:
branches:
- main
paths:
- "files/**/*.md"

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pr-check_yml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Lint YAML

on:
pull_request:
branches:
- main
paths:
- .nvmrc
- yarn.lock
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ name: PR Test

on:
pull_request:
branches:
- main

permissions:
# Compare two commits.
Expand Down