Skip to content

Commit 6c69c70

Browse files
committed
ci: disable tests and patch
1 parent 958ff9a commit 6c69c70

2 files changed

Lines changed: 38 additions & 38 deletions

File tree

.github/workflows/patch.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
name: Patch
22

33
on:
4-
pull_request:
5-
paths-ignore:
6-
- '**.js'
7-
- '**.css'
8-
- '**.md'
9-
- '**.html'
10-
- '**.csv'
11-
- 'crowdin.yml'
12-
- '.coderabbit.yml'
13-
- '.mergify.yml'
14-
workflow_dispatch:
4+
# pull_request:
5+
# paths-ignore:
6+
# - '**.js'
7+
# - '**.css'
8+
# - '**.md'
9+
# - '**.html'
10+
# - '**.csv'
11+
# - 'crowdin.yml'
12+
# - '.coderabbit.yml'
13+
# - '.mergify.yml'
14+
# workflow_dispatch:
1515

1616
permissions:
1717
contents: read

.github/workflows/server-tests-mariadb.yml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
name: Server (Mariadb)
22

33
on:
4-
repository_dispatch:
5-
types: [frappe-framework-change]
6-
pull_request:
7-
paths-ignore:
8-
- '**.js'
9-
- '**.css'
10-
- '**.svg'
11-
- '**.md'
12-
- '**.html'
13-
- 'crowdin.yml'
14-
- '.coderabbit.yml'
15-
- '.mergify.yml'
16-
schedule:
17-
# Run everday at midnight UTC / 5:30 IST
18-
- cron: "0 0 * * *"
19-
workflow_dispatch:
20-
inputs:
21-
user:
22-
description: 'Frappe Framework repository user (add your username for forks)'
23-
required: true
24-
default: 'frappe'
25-
type: string
26-
branch:
27-
description: 'Frappe Framework branch'
28-
default: 'develop'
29-
required: false
30-
type: string
4+
# repository_dispatch:
5+
# types: [frappe-framework-change]
6+
# pull_request:
7+
# paths-ignore:
8+
# - '**.js'
9+
# - '**.css'
10+
# - '**.svg'
11+
# - '**.md'
12+
# - '**.html'
13+
# - 'crowdin.yml'
14+
# - '.coderabbit.yml'
15+
# - '.mergify.yml'
16+
# schedule:
17+
# # Run everday at midnight UTC / 5:30 IST
18+
# - cron: "0 0 * * *"
19+
# workflow_dispatch:
20+
# inputs:
21+
# user:
22+
# description: 'Frappe Framework repository user (add your username for forks)'
23+
# required: true
24+
# default: 'frappe'
25+
# type: string
26+
# branch:
27+
# description: 'Frappe Framework branch'
28+
# default: 'develop'
29+
# required: false
30+
# type: string
3131

3232
permissions:
3333
contents: read

0 commit comments

Comments
 (0)