From 1fb2c6ec4cc425b5736861d7955b00f02fba52a6 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Fri, 4 Sep 2026 15:24:55 -0700 Subject: [PATCH] Don't run PR tests on docs-only changes --- .github/workflows/pr-workflow.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pr-workflow.yaml b/.github/workflows/pr-workflow.yaml index 68c9cc30d0..4d5f69ce5b 100644 --- a/.github/workflows/pr-workflow.yaml +++ b/.github/workflows/pr-workflow.yaml @@ -17,6 +17,9 @@ on: pull_request: push: branches: [main] + paths-ignore: + - 'docs/**' + - '**.md' schedule: # Weekly run on the default branch keeps the micro-VM asset cache warm (GitHub # evicts caches idle for 7 days). The push-to-main run populates the cache that