mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-17 13:36:37 +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:
|
on:
|
||||||
schedule:
|
|
||||||
- cron: '0 15 * * *'
|
|
||||||
workflow_dispatch:
|
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:
|
jobs:
|
||||||
azure-cleanup:
|
azure-cleanup:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,17 @@
|
||||||
on:
|
on:
|
||||||
schedule:
|
|
||||||
- cron: '0 16 * * *'
|
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- "v*"
|
- "v*"
|
||||||
workflow_dispatch:
|
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:
|
jobs:
|
||||||
ppa:
|
ppa:
|
||||||
name: PPA Upload
|
name: PPA Upload
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue