Skip to content

Commit c7d1dd7

Browse files
authored
disable auto build
1 parent 841762a commit c7d1dd7

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

.github/workflows/caddy_builder.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: caddy
22

33
on:
44
workflow_dispatch: null
5-
schedule:
6-
- cron: '0 10 * * *' # everyday at 10am
75
push:
86
branches:
97
- 'main'

.github/workflows/s5cmd-sync_builder.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: s5cmd-sync
22

33
on:
44
workflow_dispatch: null
5-
schedule:
6-
- cron: '0 10 */2 * *' # every 2 days at 10am
75
push:
86
branches:
97
- 'main'

.github/workflows/ts-dns_builder.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: ts-dns
22

33
on:
44
workflow_dispatch: null
5-
schedule:
6-
- cron: '0 10 * * *' # everyday at 10am
75
push:
86
branches:
97
- 'main'

0 commit comments

Comments
 (0)