We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4b0c42 commit 35506f3Copy full SHA for 35506f3
.github/workflows/check-js-build.yml
@@ -22,14 +22,6 @@ jobs:
22
run: |
23
cp -R plotly/labextension/ plotly/labextension-tmp/
24
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
-
33
- name: Install dependencies and build
34
35
curl -LsSf https://astral.sh/uv/install.sh | sh
0 commit comments