mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
chore: update workflows to ignore changes in docs directory (#11518)
* chore: update workflows to ignore changes in docs directory Added paths-ignore configuration to CodeQL, preview, and test workflows to prevent unnecessary runs when only documentation files are modified. * chore: remove paths-ignore for docs in preview workflow
This commit is contained in:
parent
930eefd758
commit
1391b5a789
4
.github/workflows/codeql.yml
vendored
4
.github/workflows/codeql.yml
vendored
@ -3,8 +3,12 @@ name: "CodeQL"
|
||||
on:
|
||||
push:
|
||||
branches: ["master"]
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
pull_request:
|
||||
branches: ["master"]
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
schedule:
|
||||
- cron: "21 14 * * 2"
|
||||
|
||||
|
||||
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -7,8 +7,12 @@ name: test
|
||||
on:
|
||||
push:
|
||||
branches: ["**"]
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
pull_request:
|
||||
branches: ["master"]
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
|
||||
jobs:
|
||||
formatting:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user