mirror of
https://github.com/django/django.git
synced 2025-06-05 11:39:13 +00:00
Skipped GitHub actions for linters and JavaScript tests on purely doc changes.
This commit is contained in:
parent
448d974d96
commit
48924966e2
4
.github/workflows/linters.yml
vendored
4
.github/workflows/linters.yml
vendored
@ -2,9 +2,13 @@ name: Linters
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths-ignore:
|
||||||
|
- 'docs/**'
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
paths-ignore:
|
||||||
|
- 'docs/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
flake8:
|
flake8:
|
||||||
|
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -2,9 +2,13 @@ name: Tests
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths-ignore:
|
||||||
|
- 'docs/**'
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
paths-ignore:
|
||||||
|
- 'docs/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
javascript-tests:
|
javascript-tests:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user