Skip to content

Commit

Permalink
Fix skipping automerge.
Browse files Browse the repository at this point in the history
  • Loading branch information
aliddell committed Jul 12, 2023
1 parent 08d7dc9 commit 277823c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 277823c

Please sign in to comment.