In a workflow with two jobs, both with harden runner activated, one of them prints a summary to the github actions workflow summary, and the other does not. It is because of this environment variable, but not sure how or where this is set. This is set for the first job in the logs, and not the second job.

could you add an input into the github action to set this, or document how this is determined? Both instances the action is called with the same options so not sure what the difference is.