ci: update condition for stopping AWS EC2 runner in integration tests

This commit is contained in:
Carlos Santos 2025-05-30 13:44:32 +02:00
parent 69415e4dc7
commit e7a5c4aea9

View File

@ -260,7 +260,7 @@ jobs:
- start-aws-runner
- test-recordings
runs-on: ov-actions-runner
if: ${{ always() && inputs.use-aws }}
if: ${{ always() && needs.start-aws-runner.outputs.label != '' }}
steps:
- name: Stop AWS EC2 Runner
id: stop-ec2-runner