sclorg / nginx-container

Nginx high-performance HTTP server and reverse proxy container images based on Red Hat Software Collections and intended for OpenShift and general usage. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.
http://softwarecollections.org
Apache License 2.0
91 stars 197 forks source link

${{ github.head_ref }} not available for issue comment trigger #282

Closed zmiklank closed 8 months ago

zmiklank commented 8 months ago

We can use group based on issue number - so that on every PR only one parallel tests for containers and ocp could run.

Using ${{ github.head_ref }} is not valid for our use-case, see https://github.com/sclorg/nginx-container/actions/runs/8158453585

@jamacku PTAL.