We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c593e5 commit 21cb7b3Copy full SHA for 21cb7b3
1 file changed
.github/workflows/demos_visual_tests_frameworks.yml
@@ -247,7 +247,6 @@ jobs:
247
name: Lint code base
248
needs:
249
- build-devextreme
250
- - get-changes
251
252
runs-on: ubuntu-22.04
253
timeout-minutes: 60
@@ -419,6 +418,7 @@ jobs:
419
418
run: pnpm run prepare-js
420
421
- name: Check generated JS demos
+ if: github.event_name == 'pull_request'
422
working-directory: apps/demos
423
run: |
424
if [ -f "changed-files.json" ]; then
0 commit comments