From bdbfcb5c3f13f7fbae444a91532621d0cc6cb5ea Mon Sep 17 00:00:00 2001 From: CarlosFelipeOR Date: Fri, 22 May 2026 20:27:53 -0300 Subject: [PATCH] Regression tests: use release branch instead of commit hash Signed-off-by: CarlosFelipeOR --- .github/workflows/release_branches.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_branches.yml b/.github/workflows/release_branches.yml index b7ee01c54740..8cc601ed87e8 100644 --- a/.github/workflows/release_branches.yml +++ b/.github/workflows/release_branches.yml @@ -444,7 +444,7 @@ jobs: secrets: inherit with: runner_type: altinity-on-demand, altinity-regression-tester - commit: b8e6b17fdd6f6c0db1234c23eca5294c9400a196 + commit: release arch: release build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }} timeout_minutes: 300 @@ -455,7 +455,7 @@ jobs: secrets: inherit with: runner_type: altinity-on-demand, altinity-regression-tester-aarch64 - commit: b8e6b17fdd6f6c0db1234c23eca5294c9400a196 + commit: release arch: aarch64 build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }} timeout_minutes: 300