Skip to content

Commit b448348

Browse files
committed
fix: lint.yml error + build_all.yml EOF
1 parent 059f972 commit b448348

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ jobs:
8585
working-directory: ./e2e/devextreme-bundler-test
8686
run: |
8787
npx devextreme-bundler-init custom-bundle
88-
npx devextreme-bundler custom-bundle
88+
npx devextreme-bundler custom-bundle

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ jobs:
281281
notify:
282282
runs-on: devextreme-shr2
283283
name: Send notifications
284-
needs: [TS, JS, CSS, texts, pnpm_lock, component_exports]
284+
needs: [TS, JS, CSS, texts, component_exports]
285285
if: github.event_name != 'pull_request' && contains(needs.*.result, 'failure')
286286

287287
steps:

0 commit comments

Comments
 (0)