Skip to content

Commit 13adb29

Browse files
committed
ci: skip audit docs in docs workflows
1 parent 09dcfeb commit 13adb29

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/docs-pages.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
- 'branch-**'
1515
paths:
1616
- "docs/**"
17+
- "!docs/ci/**"
1718
- "!docs/plans/**"
1819
- "!docs/relicensing/**"
1920
workflow_dispatch:

.github/workflows/docs-pr.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- enterprise
1313
paths:
1414
- "docs/**"
15+
- "!docs/ci/**"
1516
- "!docs/plans/**"
1617
- "!docs/relicensing/**"
1718
- "db/config.hh"

0 commit comments

Comments
 (0)