Skip to content

Commit e919e2a

Browse files
committed
Fix typo
1 parent 0ba2624 commit e919e2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
composer global require php-coveralls/php-coveralls
7878
php-coveralls --coverage_clover=clover.xml -v
7979
deploy:
80-
needs: test
80+
needs: [test, analyze]
8181
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
8282
runs-on: ubuntu-latest
8383
continue-on-error: false
@@ -102,7 +102,7 @@ jobs:
102102
- name: "Cache calendar vendor dir"
103103
uses: "actions/cache@v4"
104104
with:
105-
path: ${{ github.workspace }}/extract/calendar/vendor
105+
path: ${{ github.workspace }}/extract/vendor
106106
key: "vendor-build-${{ hashFiles('*/composer.lock') }}"
107107
- uses: "ramsey/composer-install@v3"
108108
with:

0 commit comments

Comments
 (0)