ci: footprint: move scheduled run offpeak

Move schedule to off peak hours

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2025-06-17 12:16:22 -04:00
commit ab5190d6f8

View file

@ -1,9 +1,8 @@
name: Footprint Tracking name: Footprint Tracking
# Run every 12 hours and on tags
on: on:
schedule: schedule:
- cron: '50 1/12 * * *' - cron: '50 00 * * *'
push: push:
paths: paths:
- 'VERSION' - 'VERSION'