Skip to content

Commit

Permalink
Dont rerun CI when marked as ready for review
Browse files Browse the repository at this point in the history
  • Loading branch information
glbrntt committed Jul 18, 2024
1 parent cfe294c commit c69c021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Pull Request

on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
types: [opened, reopened, synchronize]

jobs:
call-pull-request-soundness-workflow:
Expand Down

0 comments on commit c69c021

Please sign in to comment.