Skip to content

Commit

Permalink
ci(create-pr): rewrite condition (#418)
Browse files Browse the repository at this point in the history
Co-authored-by: Almanov Nikita <131481562+nikkeyl@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and nikkeyl authored Aug 12, 2024
1 parent 1fb64a2 commit 05cc1ff
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]' }}
if: ${{ github.actor != 'dependabot[bot]' && github.event.pull_request.merged == false }}

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

0 comments on commit 05cc1ff

Please sign in to comment.