Merge pull request #14026 from frappe/revert-13932-ignore_js_in_ci
Revert "ci: ignore js only changes while running unittests"
This commit is contained in:
commit
fedadee657
4 changed files with 1 additions and 17 deletions
7
.github/workflows/patch-mariadb-tests.yml
vendored
7
.github/workflows/patch-mariadb-tests.yml
vendored
|
|
@ -1,11 +1,6 @@
|
|||
name: Patch
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '**.js'
|
||||
- '**.md'
|
||||
workflow_dispatch:
|
||||
on: [pull_request, workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
|
|||
6
.github/workflows/server-mariadb-tests.yml
vendored
6
.github/workflows/server-mariadb-tests.yml
vendored
|
|
@ -2,15 +2,9 @@ name: Server
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '**.js'
|
||||
- '**.md'
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [ develop ]
|
||||
paths-ignore:
|
||||
- '**.js'
|
||||
- '**.md'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
|
|||
3
.github/workflows/server-postgres-tests.yml
vendored
3
.github/workflows/server-postgres-tests.yml
vendored
|
|
@ -2,9 +2,6 @@ name: Server
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '**.js'
|
||||
- '**.md'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
2
.github/workflows/ui-tests.yml
vendored
2
.github/workflows/ui-tests.yml
vendored
|
|
@ -2,8 +2,6 @@ name: UI
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [ develop ]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue