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