mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 07:37:20 +00:00
.gitea: touch cron workflow files
This commit is contained in:
parent
ac50181b74
commit
d4462828e9
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
on:
|
||||
schedule:
|
||||
- cron: '0 14 * * *'
|
||||
- cron: '0 15 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
on:
|
||||
schedule:
|
||||
- cron: '0 15 * * *'
|
||||
- cron: '0 16 * * *'
|
||||
push:
|
||||
branches:
|
||||
- "release/*"
|
||||
|
|
|
|||
Loading…
Reference in a new issue