Skip to content

Commit 9c46282

Browse files
Remove automerge
1 parent 05b4af3 commit 9c46282

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,4 @@ jobs:
7676
- name: Install Dependencies
7777
run: yarn install --frozen-lockfile
7878
- name: Run Tests
79-
run: ./node_modules/.bin/ember try:one ${{ matrix.try-scenario }}
80-
81-
automerge:
82-
needs: [test, floating, try-scenarios]
83-
runs-on: ubuntu-latest
84-
steps:
85-
- uses: fastify/github-action-merge-dependabot@v3
86-
with:
87-
github-token: ${{secrets.GITHUB_TOKEN}}
79+
run: ./node_modules/.bin/ember try:one ${{ matrix.try-scenario }}

0 commit comments

Comments
 (0)