Skip to content

Commit

Permalink
chore(ci): don't halt jobs on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
BobrImperator committed Apr 21, 2023
1 parent 2a3b4e6 commit 39c81e9
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ on:
schedule:
- cron: '0 3 * * *' # daily, at 3am

concurrency:
group: ci-${{ github.head_ref || github.ref }}
cancel-in-progress: true

jobs:
lint-addon:
name: Lint Addon
Expand Down Expand Up @@ -65,14 +61,16 @@ jobs:
- ember-lts-3.24
- ember-lts-3.28
- ember-default
- ember-release
- ember-beta
- ember-canary
- embroider-safe
- embroider-optimized
allow-failure: [false]
include:
- test-suite: ember-canary
allow-failure: true
- test-suite: ember-beta
allow-failure: true
- test-suite: ember-release
allow-failure: true

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 39c81e9

Please sign in to comment.