mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-28 05:42:56 +00:00
.gitea: modify scheduled workflow times (#31946)
This commit is contained in:
parent
2a1784baef
commit
99c0ed1154
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
- cron: '0 14 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
on:
|
||||
schedule:
|
||||
- cron: '0 16 * * *'
|
||||
- cron: '0 15 * * *'
|
||||
push:
|
||||
branches:
|
||||
- "release/*"
|
||||
|
|
|
|||
Loading…
Reference in a new issue