diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fb1d4f75b..340b6cf38 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -67,7 +67,7 @@ jobs: run: echo "PUB_CACHE="$HOME/.pub-cache"" >> $GITHUB_ENV - name: Install dependencies run: flutter pub get - - if: matrix.package_path != 'packages/riverpod_generator' + - if: matrix.package_path == 'packages/riverpod_generator' run: rm -rf integration - name: Install dependencies (website/third-party) run: |