mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
ci: skip long jobs when only docs change (#3072)
This commit is contained in:
2
.github/workflows/coder.yaml
vendored
2
.github/workflows/coder.yaml
vendored
@ -6,6 +6,8 @@ on:
|
|||||||
- main
|
- main
|
||||||
tags:
|
tags:
|
||||||
- "*"
|
- "*"
|
||||||
|
paths-ignore:
|
||||||
|
- "docs/**"
|
||||||
|
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user