From b65200e0560dd00130083163e861694f8e8c563e Mon Sep 17 00:00:00 2001 From: CarlosFelipeOR Date: Mon, 25 May 2026 16:18:02 -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 ec89c8b5400a..ea8d142619cd 100644 --- a/.github/workflows/release_branches.yml +++ b/.github/workflows/release_branches.yml @@ -626,7 +626,7 @@ jobs: secrets: inherit with: runner_type: altinity-on-demand, altinity-type-cpx51, altinity-image-x86-app-docker-ce, altinity-setup-regression - commit: 6da94b78dc53cb8965ab56c04a89ebf54ed04cbc + commit: release arch: release build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.event_name == 'release' && github.sha }} @@ -636,7 +636,7 @@ jobs: secrets: inherit with: runner_type: altinity-on-demand, altinity-type-cax41, altinity-image-arm-app-docker-ce, altinity-setup-regression - commit: 6da94b78dc53cb8965ab56c04a89ebf54ed04cbc + commit: release arch: aarch64 build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.event_name == 'release' && github.sha }}