Skip to content

Commit 1bd7cbc

Browse files
committed
Cannot find the magic github workflow incantation for allowing a
scenario to fail
1 parent 7e74803 commit 1bd7cbc

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ jobs:
5858
runs-on: ubuntu-latest
5959
needs: "test"
6060
timeout-minutes: 10
61-
continue-on-error: ${{ matrix.experimental }}
6261
strategy:
6362
fail-fast: false
6463
matrix:
@@ -71,10 +70,8 @@ jobs:
7170
- ember-beta
7271
- ember-canary
7372
- embroider-safe
74-
experimental: [false]
75-
include:
76-
- try-scenario: embroider-optimized
77-
experimental: true
73+
# - embroider-optimized
74+
7875
steps:
7976
- uses: actions/checkout@v4
8077
- uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)