Skip to content

Commit cf9bc71

Browse files
authored
ci: skip long jobs when only docs change (coder#3072)
1 parent 4fde536 commit cf9bc71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/coder.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
- main
77
tags:
88
- "*"
9+
paths-ignore:
10+
- "docs/**"
911

1012
pull_request:
1113

0 commit comments

Comments
 (0)