diff --git a/.github/workflows/code-cleanup.yml b/.github/workflows/code-cleanup.yml index 5070747b77..ed208986ca 100644 --- a/.github/workflows/code-cleanup.yml +++ b/.github/workflows/code-cleanup.yml @@ -1,6 +1,7 @@ name: code-cleanup on: pull_request: + types: [opened, synchronize, reopened, ready_for_review] permissions: contents: write diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 8bf8bc8771..ae8f965669 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -7,6 +7,7 @@ on: paths-ignore: - '**.md' pull_request: + types: [opened, synchronize, reopened, ready_for_review] permissions: contents: read