Skip to content
Discussion options

You must be logged in to vote
Admin verified this answer by soenmezanil Jun 24, 2026

Unfortunately, no. You can’t make the workflow summary update while a job is still running.

The $GITHUB_STEP_SUMMARY file only affects the job summary, and those updates only get aggregated into the overall workflow summary once the job finishes. So the workflow summary page won’t show anything from a job until that job has completed.

That said, you can still update the job’s own summary progressively by writing to $GITHUB_STEP_SUMMARY in multiple steps. Each step’s output will show up as soon as that step finishes, so people can see partial updates if they open the job view directly.

If you really need live updates visible during the run, you’d have to use a different channel, like posti…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@IndritFejza
Comment options

Answer verified by Admin Jun 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Actions Build, test, and automate your deployment pipeline with world-class CI/CD Question Ask and answer questions about GitHub features and usage Misc General discussions about GitHub Actions that don't fit other found themes.
2 participants