Skip to content

Commit a874dd7

Browse files
authored
ci: Disable CI for doc changes (#106)
1 parent fc40e9f commit a874dd7

9 files changed

+36
-0
lines changed

.github/workflows/package-apisix-base-deb-ubuntu20.04.yml

+4
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ on:
55
branches: [ master ]
66
tags:
77
- "v*"
8+
paths-ignore:
9+
- '*.md'
810
pull_request:
911
branches: [ master ]
12+
paths-ignore:
13+
- '*.md'
1014
schedule:
1115
- cron: '0 0 * * *'
1216

.github/workflows/package-apisix-base-rpm-el7.yml

+4
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ on:
55
branches: [ master ]
66
tags:
77
- "v*"
8+
paths-ignore:
9+
- '*.md'
810
pull_request:
911
branches: [ master ]
12+
paths-ignore:
13+
- '*.md'
1014
schedule:
1115
- cron: '0 0 * * *'
1216

.github/workflows/package-apisix-dashboard-deb-ubuntu20.04.yml

+4
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ on:
55
branches: [ master ]
66
tags:
77
- "v*"
8+
paths-ignore:
9+
- '*.md'
810
pull_request:
911
branches: [ master ]
12+
paths-ignore:
13+
- '*.md'
1014
schedule:
1115
- cron: '0 0 * * *'
1216

.github/workflows/package-apisix-dashboard-el7-buildx.yml

+4
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ on:
55
branches: [master]
66
tags:
77
- 'v*'
8+
paths-ignore:
9+
- '*.md'
810
pull_request:
911
branches: [master]
12+
paths-ignore:
13+
- '*.md'
1014
schedule:
1115
- cron: '0 0 * * *'
1216

.github/workflows/package-apisix-dashboard-rpm-el7.yml

+4
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ on:
55
branches: [ master ]
66
tags:
77
- "v*"
8+
paths-ignore:
9+
- '*.md'
810
pull_request:
911
branches: [ master ]
12+
paths-ignore:
13+
- '*.md'
1014
schedule:
1115
- cron: '0 0 * * *'
1216

.github/workflows/package-apisix-dashboard-rpm-el8.yml

+4
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ on:
55
branches: [ master ]
66
tags:
77
- "v*"
8+
paths-ignore:
9+
- '*.md'
810
pull_request:
911
branches: [ master ]
12+
paths-ignore:
13+
- '*.md'
1014
schedule:
1115
- cron: '0 0 * * *'
1216

.github/workflows/package-apisix-deb-ubuntu20.04.yml

+4
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ on:
55
branches: [ master ]
66
tags:
77
- "v*"
8+
paths-ignore:
9+
- '*.md'
810
pull_request:
911
branches: [ master ]
12+
paths-ignore:
13+
- '*.md'
1014
schedule:
1115
- cron: '0 0 * * *'
1216

.github/workflows/package-apisix-rpm-el7-with-apisix-base.yml

+4
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ on:
55
branches: [ master ]
66
tags:
77
- "v*"
8+
paths-ignore:
9+
- '*.md'
810
pull_request:
911
branches: [ master ]
12+
paths-ignore:
13+
- '*.md'
1014
schedule:
1115
- cron: '0 0 * * *'
1216

.github/workflows/package-apisix-rpm-el7.yml

+4
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ on:
55
branches: [ master ]
66
tags:
77
- "v*"
8+
paths-ignore:
9+
- '*.md'
810
pull_request:
911
branches: [ master ]
12+
paths-ignore:
13+
- '*.md'
1014
schedule:
1115
- cron: '0 0 * * *'
1216

0 commit comments

Comments
 (0)