diff --git a/.github/workflows/clippy.yaml b/.github/workflows/clippy.yaml index ee738f0..ad3b553 100644 --- a/.github/workflows/clippy.yaml +++ b/.github/workflows/clippy.yaml @@ -4,7 +4,7 @@ on: branches: - main pull_request: - types: [opened, synchronize, reopened, ready_for_review] + types: [opened, synchronize, reopened] permissions: contents: read diff --git a/.github/workflows/rustdoc.yaml b/.github/workflows/rustdoc.yaml index d3bbd8a..486e4a1 100644 --- a/.github/workflows/rustdoc.yaml +++ b/.github/workflows/rustdoc.yaml @@ -4,7 +4,7 @@ on: branches: - main pull_request: - types: [opened, synchronize, reopened, ready_for_review] + types: [opened, synchronize, reopened] permissions: contents: read diff --git a/.github/workflows/rustfmt.yaml b/.github/workflows/rustfmt.yaml index d7a2eb4..fc6144d 100644 --- a/.github/workflows/rustfmt.yaml +++ b/.github/workflows/rustfmt.yaml @@ -4,7 +4,7 @@ on: branches: - main pull_request: - types: [opened, synchronize, reopened, ready_for_review] + types: [opened, synchronize, reopened] permissions: contents: read diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 53774e9..9b6206a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -4,7 +4,7 @@ on: branches: - main pull_request: - types: [opened, synchronize, reopened, ready_for_review] + types: [opened, synchronize, reopened] permissions: contents: read