mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-22 15:59:26 +00:00
.gitea: adjust cron schedule (#31915)
This should make the scheduled build actually run.
This commit is contained in:
parent
8b9f2d4e36
commit
1695182b55
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ name: Release Builds (cron)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
cron: '0 0 * * *'
|
- cron: '0 16 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
azure-cleanup:
|
azure-cleanup:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue