We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24934cc commit 5f92017Copy full SHA for 5f92017
2 files changed
.github/workflows/pipeline.yml
@@ -8,6 +8,8 @@ on:
8
- 'tests/**'
9
- 'pyproject.toml'
10
- 'VERSION'
11
+ schedule:
12
+ - cron: "30 6 * * 1"
13
workflow_dispatch:
14
15
concurrency:
@@ -85,6 +87,7 @@ jobs:
85
87
provider_domain: msx_bridge
86
88
provider_path: provider/
89
manifest_path: provider/manifest.json
90
+ autofix: true
91
92
# ── 3. Release (conditional: only when version changed) ──────────────────
93
release:
.github/workflows/test.yml
@@ -4,6 +4,8 @@ on:
4
branches: [main]
5
pull_request:
6
branches: [main, feat/msx-bridge-player-provider]
7
+ - cron: "0 6 * * 1"
0 commit comments