From c8461ace99ee1c1813f139c83f5c4f4035b52e90 Mon Sep 17 00:00:00 2001 From: pulumi-bot Date: Sat, 13 Mar 2021 15:35:52 +0000 Subject: [PATCH] Adding the feature-3.0 branch to the cron matrix --- .github/workflows/cron.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 126033b71..cb45878b5 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -255,6 +255,8 @@ jobs: run: echo 'running combination of dev pulumi cli + stable providers' - if: matrix.examples-test-matrix == 'default' run: echo 'running combination of dev pulumi cli + dev providers' + - if: matrix.examples-test-matrix == 'version=feature-3.0' + run: echo 'running combination of feature-3.0 cli + providers' - if: matrix.examples-test-matrix == 'no-latest-cli' name: Install Latest Stable Pulumi CLI uses: pulumi/action-install-pulumi-cli@v1.0.1 @@ -262,7 +264,7 @@ jobs: configuration run: ./ci-scripts/ci/run-at-head --${{ matrix.examples-test-matrix }} - if: matrix.examples-test-matrix == 'no-latest-packages' || matrix.examples-test-matrix - == 'default' + == 'default' || matrix.examples-test-matrix == 'version=feature-3.0' run: echo "$HOME/.pulumi/bin" >> $GITHUB_PATH - run: echo "Currently Pulumi $(pulumi version) is installed" - name: Install Testing Dependencies @@ -287,6 +289,7 @@ jobs: - no-latest-cli - no-latest-packages - default + - version=feature-3.0 go-version: - 1.16.x languages: