From 33b66f6436c5746e99a30060885a0cfb24fa79cc Mon Sep 17 00:00:00 2001 From: keyonghan <54558023+keyonghan@users.noreply.github.com> Date: Tue, 15 Aug 2023 09:53:17 -0700 Subject: [PATCH] Skip backfiller for docs_publish (#132510) This is to avoid old docs published by backfilling. --- .ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci.yaml b/.ci.yaml index c2a797edde..85754964c7 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -363,6 +363,7 @@ targets: ] tags: > ["framework", "hostonly", "linux"] + backfill: "false" validation: docs validation_name: Docs firebase_project: master-docs-flutter-dev