Skip to content

Commit fde548d

Browse files
authored
Ignore sync docs changes (#675)
1 parent 19c7ec4 commit fde548d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
- 'LICENSE'
1515
- '**.md'
1616
- .github/renovate.json5
17+
- '.github/workflows/sync_docs.yaml'
1718
schedule:
1819
- cron: '53 0 * * *' # Daily at 00:53 UTC
1920
# Triggered on push to branch "main" by .github/workflows/release.yaml

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
- pyproject.toml
1414
- '.github/workflows/ci.yaml'
1515
- '.github/workflows/lib-check.yaml'
16+
- '.github/workflows/sync_docs.yaml'
1617

1718
jobs:
1819
ci-tests:

0 commit comments

Comments
 (0)