Skip to content

Commit 51a8e1d

Browse files
committed
fixing installation step.
1 parent f4708d8 commit 51a8e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_check_load_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
node-version: '20'
6565

6666
- name: Installing dependencies and building latest changes
67-
if: github.ref == 'refs/heads/main'
67+
if: github.ref == 'refs/heads/main' || (github.event_name == 'pull_request' && github.base_ref == 'main')
6868
run: |
6969
npm install --include=dev -f
7070
npm ci

0 commit comments

Comments
 (0)