mirror of
https://github.com/azure-rtos/threadx
synced 2025-01-30 08:02:57 +08:00
Cache update every 3 days is better
This commit is contained in:
parent
bc681e808d
commit
dd64ed2b19
2
.github/workflows/cache-update.yml
vendored
2
.github/workflows/cache-update.yml
vendored
@ -2,7 +2,7 @@ name: cache-update
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '*/30 * * * *' # every 30m for testing
|
||||
- cron: '0 0 */3 * *' # every 30m for testing
|
||||
|
||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||
jobs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user