diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08884b1..b21c6ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,6 +44,5 @@ jobs: runs-on: ubuntu-latest steps: - uses: fastify/github-action-merge-dependabot@v2.0.0 - if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request' }} with: github-token: ${{ secrets.GITHUB_TOKEN }}