diff --git a/.github/workflows/regenerate-static-assets.yml b/.github/workflows/regenerate-static-assets.yml index 2421a2c1..b6052604 100644 --- a/.github/workflows/regenerate-static-assets.yml +++ b/.github/workflows/regenerate-static-assets.yml @@ -88,6 +88,8 @@ jobs: var workflowUrl = `${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}`; if (status === 'no_changes') { message = `@${context.actor} No changes to commit ([ref](${workflowUrl})).`; + } else if (status === 'success') { + // Assets regenerated successfully - no comment needed, just add reaction } else { reaction = '-1'; message = `@${context.actor} There was an issue regenerating static assets. Please check the [workflow run logs](${workflowUrl}) for more details.`;