Skip to content

Commit d58eaf0

Browse files
committed
ci: Exclude build.yml for non-build workflows
1 parent 6d521eb commit d58eaf0

23 files changed

+52
-4
lines changed

.github/workflows/analyze.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@ on:
1313
- '**.json'
1414
- 'eask'
1515
# ignore
16+
- '!**/build.yml'
1617
- '!**/docs.yml'
1718
pull_request:
1819
branches:
1920
- master
2021
paths-ignore:
22+
- '**/build.yml'
2123
- '**/docs.yml'
2224
- '**.md'
2325
workflow_dispatch:

.github/workflows/compat.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@ on:
1313
- '**.json'
1414
- 'eask'
1515
# ignore
16+
- '!**/build.yml'
1617
- '!**/docs.yml'
1718
pull_request:
1819
branches:
1920
- master
2021
paths-ignore:
22+
- '**/build.yml'
2123
- '**/docs.yml'
2224
- '**.md'
2325
workflow_dispatch:

.github/workflows/compile.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@ on:
1313
- '**.json'
1414
- 'eask'
1515
# ignore
16+
- '!**/build.yml'
1617
- '!**/docs.yml'
1718
pull_request:
1819
branches:
1920
- master
2021
paths-ignore:
22+
- '**/build.yml'
2123
- '**/docs.yml'
2224
- '**.md'
2325
workflow_dispatch:

.github/workflows/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@ on:
1313
- '**.json'
1414
- 'eask'
1515
# ignore
16+
- '!**/build.yml'
1617
- '!**/docs.yml'
1718
pull_request:
1819
branches:
1920
- master
2021
paths-ignore:
22+
- '**/build.yml'
2123
- '**/docs.yml'
2224
- '**.md'
2325
workflow_dispatch:

.github/workflows/deprecated/color.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@ on:
1111
- test/**
1212
- 'eask'
1313
- '**.yml'
14-
paths-ignore:
15-
- '**/docs.yml'
14+
# ignore
15+
- '!**/build.yml'
16+
- '!**/docs.yml'
1617
pull_request:
1718
branches:
1819
- master
1920
paths-ignore:
21+
- '**/build.yml'
2022
- '**/docs.yml'
2123
- '**.md'
2224
workflow_dispatch:

.github/workflows/deprecated/error.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@ on:
1111
- test/**
1212
- 'eask'
1313
- '**.yml'
14-
paths-ignore:
15-
- '**/docs.yml'
14+
# ignore
15+
- '!**/build.yml'
16+
- '!**/docs.yml'
1617
pull_request:
1718
branches:
1819
- master
1920
paths-ignore:
21+
- '**/build.yml'
2022
- '**/docs.yml'
2123
- '**.md'
2224
workflow_dispatch:

.github/workflows/docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@ on:
1313
- '**.json'
1414
- 'eask'
1515
# ignore
16+
- '!**/build.yml'
1617
- '!**/docs.yml'
1718
pull_request:
1819
branches:
1920
- master
2021
paths-ignore:
22+
- '**/build.yml'
2123
- '**/docs.yml'
2224
- '**.md'
2325
workflow_dispatch:

.github/workflows/docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,16 @@ on:
88
paths:
99
- '**/docs.yml'
1010
- docs/**
11+
# ignore
12+
- '!**/build.yml'
1113
pull_request:
1214
branches:
1315
- master
1416
paths:
1517
- '**/docs.yml'
1618
- docs/**
19+
# ignore
20+
- '!**/build.yml'
1721
workflow_dispatch:
1822

1923
concurrency:

.github/workflows/emacs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@ on:
1313
- '**.json'
1414
- 'eask'
1515
# ignore
16+
- '!**/build.yml'
1617
- '!**/docs.yml'
1718
pull_request:
1819
branches:
1920
- master
2021
paths-ignore:
22+
- '**/build.yml'
2123
- '**/docs.yml'
2224
- '**.md'
2325
workflow_dispatch:

.github/workflows/exec.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@ on:
1313
- '**.json'
1414
- 'eask'
1515
# ignore
16+
- '!**/build.yml'
1617
- '!**/docs.yml'
1718
pull_request:
1819
branches:
1920
- master
2021
paths-ignore:
22+
- '**/build.yml'
2123
- '**/docs.yml'
2224
- '**.md'
2325
workflow_dispatch:

0 commit comments

Comments
 (0)