Skip to content

Commit 121ce96

Browse files
author
Andreas Mautz
committed
[INFRA] fix scheduled cron action setup
1 parent e8ee635 commit 121ce96

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: "Build on main"
22
on:
3+
workflow_dispatch:
34
push:
45
branches: [ main ]
5-
workflow_dispatch:
6+
67
jobs:
78
scheduler:
89
name: Build Trigger

.github/workflows/schedule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "Build Scheduler"
22
on:
33
workflow_dispatch:
44
schedule:
5-
- cron: '35 1 * * 0'
5+
- cron: '30 3 * * 1'
66

77
jobs:
88
scheduler:

0 commit comments

Comments
 (0)