mirror of
https://github.com/azure-rtos/threadx
synced 2025-02-06 08:08:27 +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:
|
on:
|
||||||
schedule:
|
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
|
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user