Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitca8c5bd

Browse files
committed
[4.0.x] Skipped GitHub actions for linters and JavaScript tests on purely doc changes.
Backport of4892496 from main
1 parent2d13db1 commitca8c5bd

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

‎.github/workflows/linters.yml‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@ name: Linters
22

33
on:
44
pull_request:
5+
paths-ignore:
6+
-'docs/**'
57
push:
68
branches:
79
-main
10+
paths-ignore:
11+
-'docs/**'
812

913
jobs:
1014
flake8:

‎.github/workflows/tests.yml‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@ name: Tests
22

33
on:
44
pull_request:
5+
paths-ignore:
6+
-'docs/**'
57
push:
68
branches:
79
-main
10+
paths-ignore:
11+
-'docs/**'
812

913
jobs:
1014
javascript-tests:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp