Skip to content

Commit

Permalink
Increment sleep to wait filebeat, and not remove instance to analyze …
Browse files Browse the repository at this point in the history
…errors
  • Loading branch information
fcaffieri committed Dec 23, 2024
1 parent 8c2802e commit ae127d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/offline-installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,6 @@ jobs:
-e "wazuh_version=$WAZUH_VERSION" \
"$VERBOSITY"
- name: Delete allocated VM
if: always() && steps.allocator_instance.outcome == 'success' && (inputs.DESTROY == true || github.event_name == 'pull_request')
run: python3 wazuh-automation/deployability/modules/allocation/main.py --action delete --track-output $ALLOCATOR_PATH/track.yml
#- name: Delete allocated VM
# if: always() && steps.allocator_instance.outcome == 'success' && (inputs.DESTROY == true || github.event_name == 'pull_request')
# run: python3 wazuh-automation/deployability/modules/allocation/main.py --action delete --track-output $ALLOCATOR_PATH/track.yml

0 comments on commit ae127d6

Please sign in to comment.