Skip to content

Commit b5e0657

Browse files
Buckwichbarmac
authored andcommitted
chore(CI): remove test from update check
1 parent 0f1ae65 commit b5e0657

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/CHECK_UPDATE.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ ubuntu-latest ]
11-
node-version: [ 20 ]
11+
node-version: [ 24 ]
1212

1313
runs-on: ${{ matrix.os }}
1414

@@ -31,8 +31,6 @@ jobs:
3131
path: camunda-docs
3232
- name: Update builtins
3333
run: npm run compile-builtins
34-
- name: All
35-
run: npm run all
3634
- name: Create PRs automatically
3735
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
3836
with:

0 commit comments

Comments
 (0)