Skip to content

Commit

Permalink
Don't run CI on ready_for_review (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
fboemer authored Feb 11, 2025
1 parent fa002f0 commit c257853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
types: [opened, reopened, synchronize, ready_for_review]
types: [opened, reopened, synchronize]
# Pushing changes to PR stops currently-running CI
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit c257853

Please sign in to comment.