forked from wazuh/wazuh-docker
Revert test changes
This commit is contained in:
@@ -146,7 +146,7 @@ jobs:
|
||||
fi
|
||||
|
||||
- name: Image exists validation
|
||||
if: ${{ !inputs.push_images }}
|
||||
if: ${{ inputs.push_images }}
|
||||
id: validation
|
||||
run: |
|
||||
IMAGE_TAG=${{ inputs.image_tag }}
|
||||
@@ -184,7 +184,7 @@ jobs:
|
||||
done
|
||||
|
||||
- name: GH issue notification
|
||||
if: ${{ !inputs.push_images && steps.validation.outputs.purpose != '' }}
|
||||
if: ${{ inputs.push_images && steps.validation.outputs.purpose != '' }}
|
||||
run: |
|
||||
IMAGE_TAG=${{ inputs.image_tag }}
|
||||
GH_TITLE=""
|
||||
|
||||
Reference in New Issue
Block a user