Skip to content

Commit 5f92017

Browse files
chore: sync workflow wrappers from ma-provider-tools (#70)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 24934cc commit 5f92017

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/pipeline.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
- 'tests/**'
99
- 'pyproject.toml'
1010
- 'VERSION'
11+
schedule:
12+
- cron: "30 6 * * 1"
1113
workflow_dispatch:
1214

1315
concurrency:
@@ -85,6 +87,7 @@ jobs:
8587
provider_domain: msx_bridge
8688
provider_path: provider/
8789
manifest_path: provider/manifest.json
90+
autofix: true
8891

8992
# ── 3. Release (conditional: only when version changed) ──────────────────
9093
release:

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
branches: [main]
55
pull_request:
66
branches: [main, feat/msx-bridge-player-provider]
7+
schedule:
8+
- cron: "0 6 * * 1"
79
workflow_dispatch:
810

911
concurrency:

0 commit comments

Comments
 (0)