Skip to content

Commit 233df07

Browse files
authored
ci: skip platform smoke for docs-only PRs (#604)
1 parent 7a2428e commit 233df07

4 files changed

Lines changed: 32 additions & 0 deletions

File tree

.github/workflows/android.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@ name: Android
22

33
on:
44
pull_request:
5+
paths-ignore:
6+
- "docs/**"
7+
- "website/**"
8+
- "README.md"
9+
- ".github/actions/build-docs/action.yml"
10+
- ".github/workflows/deploy.yml"
11+
- ".github/workflows/pr-preview.yml"
12+
- ".github/workflows/pr-preview-cleanup.yml"
513
push:
614
branches:
715
- main

.github/workflows/ios.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@ name: iOS
22

33
on:
44
pull_request:
5+
paths-ignore:
6+
- "docs/**"
7+
- "website/**"
8+
- "README.md"
9+
- ".github/actions/build-docs/action.yml"
10+
- ".github/workflows/deploy.yml"
11+
- ".github/workflows/pr-preview.yml"
12+
- ".github/workflows/pr-preview-cleanup.yml"
513
push:
614
branches:
715
- main

.github/workflows/linux.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@ name: Linux
22

33
on:
44
pull_request:
5+
paths-ignore:
6+
- "docs/**"
7+
- "website/**"
8+
- "README.md"
9+
- ".github/actions/build-docs/action.yml"
10+
- ".github/workflows/deploy.yml"
11+
- ".github/workflows/pr-preview.yml"
12+
- ".github/workflows/pr-preview-cleanup.yml"
513
push:
614
branches:
715
- main

.github/workflows/macos.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@ name: macOS
22

33
on:
44
pull_request:
5+
paths-ignore:
6+
- "docs/**"
7+
- "website/**"
8+
- "README.md"
9+
- ".github/actions/build-docs/action.yml"
10+
- ".github/workflows/deploy.yml"
11+
- ".github/workflows/pr-preview.yml"
12+
- ".github/workflows/pr-preview-cleanup.yml"
513
push:
614
branches:
715
- main

0 commit comments

Comments
 (0)