Skip to content

Commit

Permalink
Rmove event name check for automerge workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
garyttierney committed Mar 11, 2024
1 parent d8b08c7 commit 7919e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: octokit/[email protected]
if: ${{ github.event_name == 'pull_request' && github.event.pull_request.draft == false }}
if: ${{ github.event.pull_request.draft == false }}
id: enable_automerge
with:
query: |
Expand Down

0 comments on commit 7919e8c

Please sign in to comment.