From 5e57f52cd6a9455720f2a3f96d23a194b4b2bb07 Mon Sep 17 00:00:00 2001 From: rogerwangcs Date: Sat, 23 Nov 2024 13:55:22 -0500 Subject: [PATCH] add to smoke test --- .github/workflows/test-pr.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test-pr.yaml b/.github/workflows/test-pr.yaml index f3e633c..f71fd6a 100644 --- a/.github/workflows/test-pr.yaml +++ b/.github/workflows/test-pr.yaml @@ -23,6 +23,9 @@ jobs: with: # BENCH-4080: Re-enable cirrocumulus test filters: | + custom-workbench-jupyter-template: + - './**/custom-workbench-jupyter-template/**' + - 'startupscript/**' jupyter-template: - './**/jupyter-template/**' - 'startupscript/**'