chore: exclude actions from changes to docs (#44412)
* chore: exclude actions from changes to docs * fix(actions): Node.js flows needed for merge :( * chore: apply suggestions from code review Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com> * chore: apply suggestions from code review Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This commit is contained in:
committed by
GitHub
parent
2528f7c466
commit
c9faf384b0
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
@ -3,8 +3,12 @@ name: 'CodeQL'
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
paths-ignore:
|
||||||
|
- 'docs/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
paths-ignore:
|
||||||
|
- 'docs/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
analyse:
|
analyse:
|
||||||
|
5
.github/workflows/codesee-diagram.yml
vendored
5
.github/workflows/codesee-diagram.yml
vendored
@ -1,8 +1,13 @@
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
paths-ignore:
|
||||||
|
- 'docs/**'
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
|
paths-ignore:
|
||||||
|
- 'docs/**'
|
||||||
types: [opened, synchronize, reopened]
|
types: [opened, synchronize, reopened]
|
||||||
|
|
||||||
name: CodeSee Map
|
name: CodeSee Map
|
||||||
|
4
.github/workflows/cypress.yml
vendored
4
.github/workflows/cypress.yml
vendored
@ -1,9 +1,13 @@
|
|||||||
name: Cypress
|
name: Cypress
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
paths-ignore:
|
||||||
|
- 'docs/**'
|
||||||
branches-ignore:
|
branches-ignore:
|
||||||
- 'renovate/**'
|
- 'renovate/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths-ignore:
|
||||||
|
- 'docs/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-client:
|
build-client:
|
||||||
|
Reference in New Issue
Block a user