Skip to content

Commit c812ec1

Browse files
authored
Merge pull request #164 from hyperledger-labs/docs-build
Skip tests for doc-only PRs
2 parents 8164c5d + f68b6bc commit c812ec1

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.github/workflows/circuit-unit-tests.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,14 @@ name: Circuit Unit Tests
33
on:
44
push:
55
branches: [main]
6+
paths-ignore:
7+
- 'doc-site/**'
8+
- '.github/workflows/docs.yaml'
69
pull_request:
710
branches: [main]
11+
paths-ignore:
12+
- 'doc-site/**'
13+
- '.github/workflows/docs.yaml'
814
workflow_dispatch:
915

1016
jobs:

.github/workflows/docs.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ on:
99
paths:
1010
- 'doc-site/docs/**'
1111
- '.github/workflows/docs.yaml'
12-
tags:
13-
- 'v*.*.*'
1412
pull_request:
1513
paths:
1614
- 'doc-site/docs/**'

.github/workflows/e2e.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,14 @@ name: e2e
33
on:
44
push:
55
branches: [main]
6+
paths-ignore:
7+
- 'doc-site/**'
8+
- '.github/workflows/docs.yaml'
69
pull_request:
710
branches: [main]
11+
paths-ignore:
12+
- 'doc-site/**'
13+
- '.github/workflows/docs.yaml'
814
workflow_dispatch:
915

1016
jobs:

0 commit comments

Comments
 (0)