Skip to content

Commit 48f4462

Browse files
committed
Gitflow workflow updated
1 parent d8792f2 commit 48f4462

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
@@ -77,6 +77,7 @@ jobs:
7777
key: ${{ runner.OS }}-build-${{ hashFiles('**/composer.lock') }}
7878

7979
- name: Install Laravel Dependencies
80+
if: steps.vendor-cache.outputs.cache-hit != 'true'
8081
run: |
8182
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
8283
composer update --${{ matrix.dependency-stability }} --prefer-dist --no-interaction --no-suggest

0 commit comments

Comments
 (0)