From 3eb444473eec8607cbfd33f0e65faeff8aeb085f Mon Sep 17 00:00:00 2001 From: Eric Date: Mon, 8 Dec 2025 16:27:55 -0600 Subject: [PATCH] Run website workflows for changes to Fleet maintained apps (#36775) --- .github/workflows/deploy-fleet-website.yml | 1 + .github/workflows/test-website.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/deploy-fleet-website.yml b/.github/workflows/deploy-fleet-website.yml index 1735a47797..ecbfac7d97 100644 --- a/.github/workflows/deploy-fleet-website.yml +++ b/.github/workflows/deploy-fleet-website.yml @@ -9,6 +9,7 @@ on: - 'handbook/**' - 'articles/**' - 'schema/**' + - "ee/maintained-apps/outputs/**" # This allows a subsequently queued workflow run to interrupt previous runs concurrency: diff --git a/.github/workflows/test-website.yml b/.github/workflows/test-website.yml index 18d1ebd218..336b24314e 100644 --- a/.github/workflows/test-website.yml +++ b/.github/workflows/test-website.yml @@ -9,6 +9,7 @@ on: - "schema/**" - "articles/**" - ".github/workflows/test-website.yml" + - "ee/maintained-apps/outputs/**" # This allows a subsequently queued workflow run to interrupt previous runs concurrency: