Skip to content

Commit 21cb7b3

Browse files
CI: Skip demo framework tests when no changes detected or 'force all tests' is false (refix on push case ) (#31328)
1 parent 2c593e5 commit 21cb7b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/demos_visual_tests_frameworks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ jobs:
247247
name: Lint code base
248248
needs:
249249
- build-devextreme
250-
- get-changes
251250

252251
runs-on: ubuntu-22.04
253252
timeout-minutes: 60
@@ -419,6 +418,7 @@ jobs:
419418
run: pnpm run prepare-js
420419

421420
- name: Check generated JS demos
421+
if: github.event_name == 'pull_request'
422422
working-directory: apps/demos
423423
run: |
424424
if [ -f "changed-files.json" ]; then

0 commit comments

Comments
 (0)