Skip to content

Commit

Permalink
chore(ci): disable ember-canary
Browse files Browse the repository at this point in the history
  • Loading branch information
buschtoens committed Jul 27, 2021
1 parent 10c2a87 commit 8b3bf5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ jobs:
- ember-lts-3.24
- ember-release
- ember-beta
- ember-canary
# https://github.com/emberjs/ember-test-helpers/pull/1066
# - ember-canary
steps:
- name: Checkout Code
uses: actions/checkout@v2
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
- ember-lts-3.24
- ember-release
- ember-beta
- ember-canary
# https://github.com/emberjs/ember-test-helpers/pull/1066
# - ember-canary
steps:
- name: Checkout Code
uses: actions/checkout@v2
Expand Down

0 comments on commit 8b3bf5a

Please sign in to comment.