Skip to content

Commit b537d06

Browse files
authored
Drop feature-3.0 from the examples cron run (#985)
1 parent a8fe0a1 commit b537d06

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/cron.yml

-6
Original file line numberDiff line numberDiff line change
@@ -253,17 +253,12 @@ jobs:
253253
run: echo 'running combination of dev pulumi cli + stable providers'
254254
- if: matrix.examples-test-matrix == 'default'
255255
run: echo 'running combination of dev pulumi cli + dev providers'
256-
- if: matrix.examples-test-matrix == 'version=feature-3.0'
257-
run: echo 'running combination of feature-3.0 cli + providers'
258256
- if: matrix.examples-test-matrix == 'no-latest-cli'
259257
name: Install Latest Stable Pulumi CLI
260258
uses: pulumi/[email protected]
261259
- name: Running ci-scripts/run-at-head with ${{ matrix.examples-test-matrix }}
262260
configuration
263261
run: ./ci-scripts/ci/run-at-head --${{ matrix.examples-test-matrix }}
264-
- if: matrix.examples-test-matrix == 'no-latest-packages' || matrix.examples-test-matrix
265-
== 'default' || matrix.examples-test-matrix == 'version=feature-3.0'
266-
run: echo "$HOME/.pulumi/bin" >> $GITHUB_PATH
267262
- run: echo "Currently Pulumi $(pulumi version) is installed"
268263
- name: Install Testing Dependencies
269264
run: make ensure
@@ -287,7 +282,6 @@ jobs:
287282
- no-latest-cli
288283
- no-latest-packages
289284
- default
290-
- version=feature-3.0
291285
go-version:
292286
- 1.16.x
293287
languages:

0 commit comments

Comments
 (0)