Merge remote-tracking branch 'refs/remotes/origin/testPR' into testPR
diff --git a/.github/workflows/post_summaries.yaml b/.github/workflows/post_summaries.yaml
index 68969bb..e082efe 100644
--- a/.github/workflows/post_summaries.yaml
+++ b/.github/workflows/post_summaries.yaml
@@ -4,7 +4,9 @@
   # Trigger this workflow after the Health workflow completes. This workflow will have permissions to
   # do things like create comments on the PR, even if the original workflow couldn't.
   workflow_run:
-    workflows: [Health]
+    workflows: 
+      - Health
+      - Publish
     types:
       - completed