mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 19:00:46 +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:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * *'
|
- cron: '0 14 * * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 16 * * *'
|
- cron: '0 15 * * *'
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "release/*"
|
- "release/*"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue