mirror of
https://github.com/eclipse-threadx/threadx.git
synced 2025-11-16 12:34: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:
|
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user