From e7a5c4aea9d200f0277895c4fe0794428959130f Mon Sep 17 00:00:00 2001 From: Carlos Santos <4a.santos@gmail.com> Date: Fri, 30 May 2025 13:44:32 +0200 Subject: [PATCH] ci: update condition for stopping AWS EC2 runner in integration tests --- .github/workflows/backend-integration-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend-integration-test.yaml b/.github/workflows/backend-integration-test.yaml index 8df2c02..91f622a 100644 --- a/.github/workflows/backend-integration-test.yaml +++ b/.github/workflows/backend-integration-test.yaml @@ -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