Skip to content

Commit 35506f3

Browse files
committed
remove check for changes in js folder to avoid missing CI failures
1 parent a4b0c42 commit 35506f3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/check-js-build.yml

-8
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,6 @@ jobs:
2222
run: |
2323
cp -R plotly/labextension/ plotly/labextension-tmp/
2424
25-
- name: Check if JS or labextension files changed
26-
run: |
27-
git fetch origin ${{ github.base_ref }}
28-
CHANGED=$(git diff --name-only origin/${{ github.base_ref }}...HEAD | grep -E '^js/|^plotly/labextension/' || true)
29-
if [ -z "$CHANGED" ]; then
30-
exit 0
31-
fi
32-
3325
- name: Install dependencies and build
3426
run: |
3527
curl -LsSf https://astral.sh/uv/install.sh | sh

0 commit comments

Comments
 (0)