Skip to content

Commit

Permalink
Merge branch 'ci/semantic-release'
Browse files Browse the repository at this point in the history
  • Loading branch information
Frazer Smith committed Feb 25, 2021
2 parents 616f22b + d52c5e9 commit ff9659b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
automerge:
name: Automatically Merge Dependabot Pull Requests
if: github.event.pull_request.draft == false
needs: [lint, unit-tests, docker-compose-tests]
needs: [commit-lint, docker-compose-tests, lint, unit-tests]
runs-on: ubuntu-latest
steps:
- uses: fastify/github-action-merge-dependabot@v1.1.1
Expand Down

0 comments on commit ff9659b

Please sign in to comment.