Skip to content

Commit 7ffbf24

Browse files
authored
Avoid running test suite for web changes (#3739)
1 parent d217cf7 commit 7ffbf24

File tree

18 files changed

+49
-7
lines changed

18 files changed

+49
-7
lines changed

.github/workflows/clippy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ on:
44
pull_request:
55
paths-ignore:
66
- '.github/ISSUE_TEMPLATE/**'
7+
- '.github/workflows/web.yml'
78
- 'web/**'
89
push:
910
paths-ignore:
1011
- '.github/ISSUE_TEMPLATE/**'
12+
- '.github/workflows/web.yml'
1113
- 'web/**'
1214
branches:
1315
- master

.github/workflows/cross.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ on:
44
pull_request:
55
paths-ignore:
66
- '.github/ISSUE_TEMPLATE/**'
7+
- '.github/workflows/web.yml'
78
- 'web/**'
89
push:
910
paths-ignore:
1011
- '.github/ISSUE_TEMPLATE/**'
12+
- '.github/workflows/web.yml'
1113
- 'web/**'
1214
branches:
1315
- master

.github/workflows/doc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ on:
44
pull_request:
55
paths-ignore:
66
- '.github/ISSUE_TEMPLATE/**'
7+
- '.github/workflows/web.yml'
78
- 'web/**'
89
push:
910
paths-ignore:
1011
- '.github/ISSUE_TEMPLATE/**'
12+
- '.github/workflows/web.yml'
1113
- 'web/**'
1214
branches:
1315
- master

.github/workflows/fmt.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ on:
44
pull_request:
55
paths-ignore:
66
- '.github/ISSUE_TEMPLATE/**'
7+
- '.github/workflows/web.yml'
78
- 'web/**'
89
push:
910
paths-ignore:
1011
- '.github/ISSUE_TEMPLATE/**'
12+
- '.github/workflows/web.yml'
1113
- 'web/**'
1214
branches:
1315
- master

.github/workflows/gen.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ on:
44
pull_request:
55
paths-ignore:
66
- '.github/ISSUE_TEMPLATE/**'
7+
- '.github/workflows/web.yml'
78
- 'web/**'
89
push:
910
paths-ignore:
1011
- '.github/ISSUE_TEMPLATE/**'
12+
- '.github/workflows/web.yml'
1113
- 'web/**'
1214
branches:
1315
- master

.github/workflows/lib.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ on:
44
pull_request:
55
paths-ignore:
66
- '.github/ISSUE_TEMPLATE/**'
7+
- '.github/workflows/web.yml'
78
- 'web/**'
89
push:
910
paths-ignore:
1011
- '.github/ISSUE_TEMPLATE/**'
12+
- '.github/workflows/web.yml'
1113
- 'web/**'
1214
branches:
1315
- master

.github/workflows/linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ on:
44
pull_request:
55
paths-ignore:
66
- '.github/ISSUE_TEMPLATE/**'
7+
- '.github/workflows/web.yml'
78
- 'web/**'
89
push:
910
paths-ignore:
1011
- '.github/ISSUE_TEMPLATE/**'
12+
- '.github/workflows/web.yml'
1113
- 'web/**'
1214
branches:
1315
- master

.github/workflows/miri.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ on:
44
pull_request:
55
paths-ignore:
66
- '.github/ISSUE_TEMPLATE/**'
7+
- '.github/workflows/web.yml'
78
- 'web/**'
89
push:
910
paths-ignore:
1011
- '.github/ISSUE_TEMPLATE/**'
12+
- '.github/workflows/web.yml'
1113
- 'web/**'
1214
branches:
1315
- master

.github/workflows/msrv.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ on:
44
pull_request:
55
paths-ignore:
66
- '.github/ISSUE_TEMPLATE/**'
7+
- '.github/workflows/web.yml'
78
- 'web/**'
89
push:
910
paths-ignore:
1011
- '.github/ISSUE_TEMPLATE/**'
12+
- '.github/workflows/web.yml'
1113
- 'web/**'
1214
branches:
1315
- master

.github/workflows/no-default-features.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ on:
44
pull_request:
55
paths-ignore:
66
- '.github/ISSUE_TEMPLATE/**'
7+
- '.github/workflows/web.yml'
78
- 'web/**'
89
push:
910
paths-ignore:
1011
- '.github/ISSUE_TEMPLATE/**'
12+
- '.github/workflows/web.yml'
1113
- 'web/**'
1214
branches:
1315
- master

0 commit comments

Comments
 (0)