Skip to content

Commit 3813029

Browse files
committed
add missing skip
1 parent 80e2026 commit 3813029

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,6 +1015,7 @@ jobs:
10151015
browsers: chromium
10161016

10171017
- name: Get node version
1018+
if: steps.should-skip.outputs.SKIP != 'true'
10181019
id: versions
10191020
run: |
10201021
echo "echo node=$(jq -r '.volta.node' dev-packages/e2e-tests/package.json)" >> $GITHUB_OUTPUT
@@ -1199,6 +1200,7 @@ jobs:
11991200

12001201
- name: Get node version
12011202
id: versions
1203+
if: steps.should-skip.outputs.SKIP != 'true'
12021204
run: |
12031205
echo "echo node=$(jq -r '.volta.node' dev-packages/e2e-tests/package.json)" >> $GITHUB_OUTPUT
12041206

0 commit comments

Comments
 (0)