e.g. https://github.com/energy-quants/.github/blob/e099883de32e87a4a659017b90cf4404f95efa1c/.github/workflows/build-images.yml#L1 ``` run-name: "[${{ (github.event_name == 'pull_request' && format('pr/{0}', github.event.number)) || ((github.event_name == 'push' && github.ref_name) || github.event_name) }}] Build Container Images" ```