Skip to content

Commit fcd6b78

Browse files
committed
add missing skip
1 parent 327c08a commit fcd6b78

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
@@ -1014,6 +1014,7 @@ jobs:
10141014
browsers: chromium
10151015

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

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

0 commit comments

Comments
 (0)