mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
chore: prevent running ci when other workflows are updated (#8285)
This commit is contained in:
committed by
GitHub
parent
dad4876e90
commit
83bee35c36
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
@ -89,7 +89,8 @@ jobs:
|
||||
- "scripts/Dockerfile.base"
|
||||
- "scripts/helm.sh"
|
||||
ci:
|
||||
- ".github/**"
|
||||
- ".github/actions/**"
|
||||
- ".github/workflows/ci.yaml"
|
||||
- id: debug
|
||||
run: |
|
||||
echo "${{ toJSON(steps.filter )}}"
|
||||
|
Reference in New Issue
Block a user