Skip to content

Commit

Permalink
revert(create-pr): remove event
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkeyl committed Aug 13, 2024
1 parent c817118 commit 39ff49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
create-pull-request:
name: Create Pull Request

if: ${{ github.actor != 'dependabot[bot]' && github.event.pull_request.merged == false }}
if: ${{ github.actor != 'dependabot[bot]' }}

runs-on: ubuntu-latest
timeout-minutes: 10
Expand Down

0 comments on commit 39ff49a

Please sign in to comment.