Skip to content

Commit

Permalink
Remove automerge
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Jan 9, 2024
1 parent 05b4af3 commit 9c46282
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,4 @@ jobs:
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Run Tests
run: ./node_modules/.bin/ember try:one ${{ matrix.try-scenario }}

automerge:
needs: [test, floating, try-scenarios]
runs-on: ubuntu-latest
steps:
- uses: fastify/github-action-merge-dependabot@v3
with:
github-token: ${{secrets.GITHUB_TOKEN}}
run: ./node_modules/.bin/ember try:one ${{ matrix.try-scenario }}

0 comments on commit 9c46282

Please sign in to comment.