Skip to content

Commit ab5190d

Browse files
committed
ci: footprint: move scheduled run offpeak
Move schedule to off peak hours Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent 84c460e commit ab5190d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/footprint-tracking.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: Footprint Tracking
22

3-
# Run every 12 hours and on tags
43
on:
54
schedule:
6-
- cron: '50 1/12 * * *'
5+
- cron: '50 00 * * *'
76
push:
87
paths:
98
- 'VERSION'

0 commit comments

Comments
 (0)