diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 8df7d1f05..6c6a0bcf1 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -213,7 +213,8 @@ jobs: - name: Running ci-scripts/run-at-head with ${{ matrix.examples-test-matrix }} configuration run: ./ci-scripts/ci/run-at-head --${{ matrix.examples-test-matrix }} - - if: matrix.examples-test-matrix == 'no-latest-packages' + - if: matrix.examples-test-matrix == 'no-latest-packages' || 'matrix.examples-test-matrix + == 'default' run: echo "$HOME/.pulumi/bin" >> $GITHUB_PATH - run: echo "Currently Pulumi $(pulumi version) is installed" - name: Install Testing Dependencies