mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 10:11:20 +00:00
ci: skip patch and server tests for unrelated config changes
This commit is contained in:
3
.github/workflows/patch.yml
vendored
3
.github/workflows/patch.yml
vendored
@@ -8,6 +8,9 @@ on:
|
|||||||
- '**.md'
|
- '**.md'
|
||||||
- '**.html'
|
- '**.html'
|
||||||
- '**.csv'
|
- '**.csv'
|
||||||
|
- 'crowdin.yml'
|
||||||
|
- '.coderabbit.yml'
|
||||||
|
- '.mergify.yml'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|||||||
3
.github/workflows/server-tests-mariadb.yml
vendored
3
.github/workflows/server-tests-mariadb.yml
vendored
@@ -9,6 +9,9 @@ on:
|
|||||||
- '**.css'
|
- '**.css'
|
||||||
- '**.md'
|
- '**.md'
|
||||||
- '**.html'
|
- '**.html'
|
||||||
|
- 'crowdin.yml'
|
||||||
|
- '.coderabbit.yml'
|
||||||
|
- '.mergify.yml'
|
||||||
schedule:
|
schedule:
|
||||||
# Run everday at midnight UTC / 5:30 IST
|
# Run everday at midnight UTC / 5:30 IST
|
||||||
- cron: "0 0 * * *"
|
- cron: "0 0 * * *"
|
||||||
|
|||||||
3
.github/workflows/server-tests-postgres.yml
vendored
3
.github/workflows/server-tests-postgres.yml
vendored
@@ -6,6 +6,9 @@ on:
|
|||||||
- '**.js'
|
- '**.js'
|
||||||
- '**.md'
|
- '**.md'
|
||||||
- '**.html'
|
- '**.html'
|
||||||
|
- 'crowdin.yml'
|
||||||
|
- '.coderabbit.yml'
|
||||||
|
- '.mergify.yml'
|
||||||
types: [opened, labelled, synchronize, reopened]
|
types: [opened, labelled, synchronize, reopened]
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
|
|||||||
Reference in New Issue
Block a user