ci: update condition for stopping AWS EC2 runner in integration tests
This commit is contained in:
parent
69415e4dc7
commit
e7a5c4aea9
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user