Skip to content

Commit ba9443a

Browse files
committed
ci: Ignore docs build
1 parent 42eb546 commit ba9443a

21 files changed

+42
-42
lines changed

.github/workflows/analyze.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ on:
1212
- '**.yml'
1313
- '**.json'
1414
- 'eask'
15-
paths-ignore:
16-
- '**/docs.yml'
15+
# ignore
16+
- '!**/docs.yml'
1717
pull_request:
1818
branches:
1919
- master

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ on:
1212
- '**.yml'
1313
- '**.json'
1414
- 'eask'
15-
paths-ignore:
16-
- '**/docs.yml'
15+
# ignore
16+
- '!**/docs.yml'
1717
pull_request:
1818
branches:
1919
- master

.github/workflows/compat.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ on:
1212
- '**.yml'
1313
- '**.json'
1414
- 'eask'
15-
paths-ignore:
16-
- '**/docs.yml'
15+
# ignore
16+
- '!**/docs.yml'
1717
pull_request:
1818
branches:
1919
- master

.github/workflows/compile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ on:
1212
- '**.yml'
1313
- '**.json'
1414
- 'eask'
15-
paths-ignore:
16-
- '**/docs.yml'
15+
# ignore
16+
- '!**/docs.yml'
1717
pull_request:
1818
branches:
1919
- master

.github/workflows/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ on:
1212
- '**.yml'
1313
- '**.json'
1414
- 'eask'
15-
paths-ignore:
16-
- '**/docs.yml'
15+
# ignore
16+
- '!**/docs.yml'
1717
pull_request:
1818
branches:
1919
- master

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ on:
1212
- '**.yml'
1313
- '**.json'
1414
- 'eask'
15-
paths-ignore:
16-
- '**/docs.yml'
15+
# ignore
16+
- '!**/docs.yml'
1717
pull_request:
1818
branches:
1919
- master

.github/workflows/emacs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ on:
1212
- '**.yml'
1313
- '**.json'
1414
- 'eask'
15-
paths-ignore:
16-
- '**/docs.yml'
15+
# ignore
16+
- '!**/docs.yml'
1717
pull_request:
1818
branches:
1919
- master

.github/workflows/exec.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ on:
1212
- '**.yml'
1313
- '**.json'
1414
- 'eask'
15-
paths-ignore:
16-
- '**/docs.yml'
15+
# ignore
16+
- '!**/docs.yml'
1717
pull_request:
1818
branches:
1919
- master

.github/workflows/exit_status.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ on:
1212
- '**.yml'
1313
- '**.json'
1414
- 'eask'
15-
paths-ignore:
16-
- '**/docs.yml'
15+
# ignore
16+
- '!**/docs.yml'
1717
pull_request:
1818
branches:
1919
- master

.github/workflows/global.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ on:
1212
- '**.yml'
1313
- '**.json'
1414
- 'eask'
15-
paths-ignore:
16-
- '**/docs.yml'
15+
# ignore
16+
- '!**/docs.yml'
1717
pull_request:
1818
branches:
1919
- master

0 commit comments

Comments
 (0)