File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1
1
on :
2
- schedule :
3
- - cron : ' 0 15 * * *'
4
2
workflow_dispatch :
5
3
4
+ # ## Note we cannot use cron-triggered builds right now, Gitea seems to have
5
+ # ## a few bugs in that area. So this workflow is scheduled using an external
6
+ # ## triggering mechanism and workflow_dispatch.
7
+ #
8
+ # schedule:
9
+ # - cron: '0 15 * * *'
10
+
6
11
jobs :
7
12
azure-cleanup :
8
13
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1
1
on :
2
- schedule :
3
- - cron : ' 0 16 * * *'
4
2
push :
5
3
tags :
6
4
- " v*"
7
5
workflow_dispatch :
8
6
7
+ # ## Note we cannot use cron-triggered builds right now, Gitea seems to have
8
+ # ## a few bugs in that area. So this workflow is scheduled using an external
9
+ # ## triggering mechanism and workflow_dispatch.
10
+ #
11
+ # schedule:
12
+ # - cron: '0 16 * * *'
13
+
14
+
9
15
jobs :
10
16
ppa :
11
17
name : PPA Upload
You can’t perform that action at this time.
0 commit comments