File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Patch
22
33on :
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
1616permissions :
1717 contents : read
Original file line number Diff line number Diff line change 11name : Server (Mariadb)
22
33on :
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
3232permissions :
3333 contents : read
You can’t perform that action at this time.
0 commit comments