Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

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 c2c90f1 + d4a943d commit da43091
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 @@ -141,7 +141,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 da43091

Please sign in to comment.