mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +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
|
||||
tags:
|
||||
- "*"
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
|
||||
pull_request:
|
||||
|
||||
|
Reference in New Issue
Block a user