diff --git a/.github/workflows/test_pr.yml b/.github/workflows/test_pr.yml index 5671402..a28b3cc 100644 --- a/.github/workflows/test_pr.yml +++ b/.github/workflows/test_pr.yml @@ -60,7 +60,7 @@ jobs: name: Automerge runs-on: "ubuntu-latest" needs: test - if: ${{ github.actor == 'dependabot[bot]' && github.event.workflow_run.conclusion == 'success' }} + if: ${{ github.actor == 'dependabot[bot]' }} steps: - name: Checkout PR uses: actions/checkout@v2