GH notification test change

This commit is contained in:
Gonzalo Acuña 2025-11-12 14:32:45 -03:00
parent 91cda37b1f
commit 5103da8dab
No known key found for this signature in database
GPG Key ID: 646BA79A313A2270

View File

@ -183,7 +183,7 @@ jobs:
done done
- name: GH issue notification - name: GH issue notification
if: ${{ inputs.push_images && steps.validation.outputs.purpose != '' }} if: ${{ !inputs.push_images && steps.validation.outputs.purpose != '' }}
run: | run: |
IMAGE_TAG=${{ inputs.image_tag }} IMAGE_TAG=${{ inputs.image_tag }}
GH_MESSAGE="" GH_MESSAGE=""