From ab5190d6f88073b5a5c01ca3edcdb93f333fb724 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Tue, 17 Jun 2025 12:16:22 -0400 Subject: [PATCH] ci: footprint: move scheduled run offpeak Move schedule to off peak hours Signed-off-by: Anas Nashif --- .github/workflows/footprint-tracking.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/footprint-tracking.yml b/.github/workflows/footprint-tracking.yml index 3cd38c0d1e4..4ad046b471c 100644 --- a/.github/workflows/footprint-tracking.yml +++ b/.github/workflows/footprint-tracking.yml @@ -1,9 +1,8 @@ name: Footprint Tracking -# Run every 12 hours and on tags on: schedule: - - cron: '50 1/12 * * *' + - cron: '50 00 * * *' push: paths: - 'VERSION'