diff --git a/.github/workflows/post_summaries.yaml b/.github/workflows/post_summaries.yaml index 68969bbc..e082efe9 100644 --- a/.github/workflows/post_summaries.yaml +++ b/.github/workflows/post_summaries.yaml @@ -4,7 +4,9 @@ on: # 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