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:
parent
84c460ed7d
commit
ab5190d6f8
1 changed files with 1 additions and 2 deletions
3
.github/workflows/footprint-tracking.yml
vendored
3
.github/workflows/footprint-tracking.yml
vendored
|
@ -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'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue