Skip to content

Commit 2be2311

Browse files
committed
ci: fix and upgrade workflow
1 parent c6916c3 commit 2be2311

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
continue-on-error: ${{ matrix.allow_fail }}
8080

8181
- name: Check for vulnerabilities
82+
if: ${{ contains(matrix.composer_update_flags, '--prefer-lowest') == false }}
8283
run: composer security-checker
8384
continue-on-error: ${{ matrix.allow_fail }}
8485

0 commit comments

Comments
 (0)