Skip to content

Commit

Permalink
chore(ci): strategy.fail-fast=false
Browse files Browse the repository at this point in the history
  • Loading branch information
BobrImperator committed Jul 6, 2024
1 parent 2a55c10 commit fc4e9f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
- ember-release
- embroider-safe
allow-failure: [false]
fail-fast: false

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
Expand Down Expand Up @@ -94,6 +95,7 @@ jobs:
- ember-beta
- ember-canary
allow-failure: [true]
fail-fast: false

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
Expand Down

0 comments on commit fc4e9f0

Please sign in to comment.