ci: add condition for test-recordings job to ensure proper execution based on AWS runner status

This commit is contained in:
Carlos Santos 2025-05-30 17:21:34 +02:00
parent 0d19028b46
commit 9177173221

View File

@ -68,6 +68,7 @@ jobs:
test-recordings:
name: Recordings API Tests
needs: start-aws-runner
if: ${{ always() && (needs.start-aws-runner.result == 'success' || needs.start-aws-runner.result == 'skipped') }}
runs-on: ${{ needs.start-aws-runner.outputs.label || 'ov-actions-runner' }}
timeout-minutes: 30
steps: