Commit 20dca60
chore(ci): consolidate scheduled workflow into main pipeline (#3)
* Optimize PR builds by excluding ARM and macOS architectures
- Conditionally exclude linux_arm64, osx_amd64, osx_arm64 during pull requests
- Maintains full architecture matrix for main branch builds
- Reduces PR CI costs by ~50% while keeping critical linux_amd64 and windows builds
* chore(ci): consolidate scheduled workflow into main pipeline
Merged the schedule trigger from scheduled-1.4.yml into MainDistributionPipeline.yml
to eliminate duplication and maintain a single source of truth for workflow triggers.
Changes:
- Added schedule trigger (cron: '0 12 * * *') to MainDistributionPipeline.yml
- Deleted redundant scheduled-1.4.yml workflow file
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 73389e5 commit 20dca60
2 files changed
Lines changed: 2 additions & 27 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
This file was deleted.
0 commit comments