mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 07:37:20 +00:00
.gitea: disable cron schedule
This commit is contained in:
parent
9eed26d1b0
commit
87d7c2aa12
2 changed files with 15 additions and 4 deletions
|
|
@ -1,8 +1,13 @@
|
|||
on:
|
||||
schedule:
|
||||
- cron: '0 15 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
### Note we cannot use cron-triggered builds right now, Gitea seems to have
|
||||
### a few bugs in that area. So this workflow is scheduled using an external
|
||||
### triggering mechanism and workflow_dispatch.
|
||||
#
|
||||
# schedule:
|
||||
# - cron: '0 15 * * *'
|
||||
|
||||
jobs:
|
||||
azure-cleanup:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
|
|
@ -1,11 +1,17 @@
|
|||
on:
|
||||
schedule:
|
||||
- cron: '0 16 * * *'
|
||||
push:
|
||||
tags:
|
||||
- "v*"
|
||||
workflow_dispatch:
|
||||
|
||||
### Note we cannot use cron-triggered builds right now, Gitea seems to have
|
||||
### a few bugs in that area. So this workflow is scheduled using an external
|
||||
### triggering mechanism and workflow_dispatch.
|
||||
#
|
||||
# schedule:
|
||||
# - cron: '0 16 * * *'
|
||||
|
||||
|
||||
jobs:
|
||||
ppa:
|
||||
name: PPA Upload
|
||||
|
|
|
|||
Loading…
Reference in a new issue