mirror of
https://github.com/eclipse-threadx/threadx.git
synced 2025-11-16 04:24:48 +00:00
Cache update every 3 days is better
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user