Skip to content

Commit 473dee7

Browse files
authored
Ignore build for docs only (#24761)
Fix #24530 (comment)
1 parent 0a3c4d4 commit 473dee7

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.github/workflows/pull-compliance-docsignore.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,33 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- run: echo "No build required"
14+
15+
lint-backend:
16+
runs-on: ubuntu-latest
17+
steps:
18+
- run: echo "No build required"
19+
20+
lint-go-windows:
21+
runs-on: ubuntu-latest
22+
steps:
23+
- run: echo "No build required"
24+
25+
lint-go-gogit:
26+
runs-on: ubuntu-latest
27+
steps:
28+
- run: echo "No build required"
29+
30+
checks-backend:
31+
runs-on: ubuntu-latest
32+
steps:
33+
- run: echo "No build required"
34+
35+
frontend:
36+
runs-on: ubuntu-latest
37+
steps:
38+
- run: echo "No build required"
39+
40+
backend:
41+
runs-on: ubuntu-latest
42+
steps:
43+
- run: echo "No build required"

0 commit comments

Comments
 (0)