Skip to content

Commit 1247b1b

Browse files
bjoernbethgeclaude
andcommitted
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>
1 parent 6ea8737 commit 1247b1b

2 files changed

Lines changed: 2 additions & 27 deletions

File tree

.github/workflows/MainDistributionPipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
push:
44
pull_request:
55
workflow_dispatch:
6+
schedule:
7+
- cron: '0 12 * * *' # Runs at 12:00 UTC every day
68
concurrency:
79
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{
810
github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' && github.sha ||

.github/workflows/scheduled-1.4.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)