Skip to content

Commit

Permalink
chore: Disable test suite re-runs on ready for review
Browse files Browse the repository at this point in the history
  • Loading branch information
aiven-anton committed Jan 27, 2023
1 parent 479899e commit b11fd40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Lint

on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
types: [opened, synchronize, reopened]
push:
branches:
- master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test Suite

on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
types: [opened, synchronize, reopened]
push:
branches:
- master
Expand Down

0 comments on commit b11fd40

Please sign in to comment.