From 5a186c7b1a9bba7d9cb790e465d38a6c5cfe6b32 Mon Sep 17 00:00:00 2001 From: Pasukhin Dmitry Date: Thu, 13 Feb 2025 11:24:12 +0100 Subject: [PATCH] Testing - Update GH testing to filter completed reference branch testing #365 --- .github/workflows/build-and-test-multiplatform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test-multiplatform.yml b/.github/workflows/build-and-test-multiplatform.yml index ab88cc90a9..93ec41b40c 100644 --- a/.github/workflows/build-and-test-multiplatform.yml +++ b/.github/workflows/build-and-test-multiplatform.yml @@ -1761,7 +1761,7 @@ jobs: run: | response=$(curl -s \ -H "Accept: application/vnd.github.v3+json" \ - "https://api.github.com/repos/${{ github.repository }}/actions/runs?branch=${{ github.event.pull_request.base.ref }}") + "https://api.github.com/repos/${{ github.repository }}/actions/runs?branch=${{ github.event.pull_request.base.ref }}&status=completed") latest_run_id=$(echo "$response" | jq -r '.workflow_runs[] | select(.name=="Build and Test OCCT on Multiple Platforms") | .id' | head -n 1) echo "latest_run_id=$latest_run_id" >> $GITHUB_ENV