diff --git a/.github/workflows/node-ci-pr.yml b/.github/workflows/node-ci-pr.yml index 10d6624f2..600dc9e9c 100644 --- a/.github/workflows/node-ci-pr.yml +++ b/.github/workflows/node-ci-pr.yml @@ -2,7 +2,9 @@ name: Node CI (PR) on: pull_request: - types: [edited, opened, synchronize, reopened] + # ready_for_review is useful for when a PR is converted from "draft" to "not + # draft". + types: [edited, opened, synchronize, ready_for_review, reopened] # Our jobs run like this to minimize wasting resource cycles: # 1. Prime caches for primary configuration (ubuntu on node 16).