From d2ac844f2d0d229c105ab84b0e05987fe24222de Mon Sep 17 00:00:00 2001 From: Victor Lin Date: Tue, 19 May 2026 12:01:39 -0700 Subject: [PATCH] Run docs CI on Augur code changes As noted in the commit message of "[export] fix incorrect type def" (9d178e5), the invalid type definition introduced in "[minor] refactor config transfer functions for export" (5981840) did not surface the failure until another PR touched docs-related files. This will result in unnecessary runs for code changes that don't touch docstrings, but that's fine and was already the case before splitting docs CI into its own workflow. --- .github/workflows/docs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 18a569c2c..d5f44ae11 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -5,6 +5,7 @@ on: branches: - master paths: &paths + - augur/** - docs/** - setup.py - .github/workflows/docs.yaml