From 2aa0ca65429305d556591c703ddd9feb673690fe Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Thu, 20 Jul 2023 10:18:09 +0300 Subject: [PATCH] chore: add offlinedocs to `ts` filter in ci.yaml --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1649e4f5cd920..1ede4a10cd370 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -85,6 +85,7 @@ jobs: ts: - "site/**" - "Makefile" + - "offlinedocs/**" k8s: - "helm/**" - "scripts/Dockerfile"