We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19c7ec4 commit fde548dCopy full SHA for fde548d
.github/workflows/ci.yaml
@@ -14,6 +14,7 @@ on:
14
- 'LICENSE'
15
- '**.md'
16
- .github/renovate.json5
17
+ - '.github/workflows/sync_docs.yaml'
18
schedule:
19
- cron: '53 0 * * *' # Daily at 00:53 UTC
20
# Triggered on push to branch "main" by .github/workflows/release.yaml
.github/workflows/release.yaml
@@ -13,6 +13,7 @@ on:
13
- pyproject.toml
- '.github/workflows/ci.yaml'
- '.github/workflows/lib-check.yaml'
jobs:
ci-tests:
0 commit comments