Skip to content

Commit 9102ae3

Browse files
Regression tests: use release branch instead of commit hash
Signed-off-by: CarlosFelipeOR <carlosfelipeor@gmail.com>
1 parent ef8a945 commit 9102ae3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release_branches.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ jobs:
492492
secrets: inherit
493493
with:
494494
runner_type: altinity-type-cpx51, altinity-image-x86-app-docker-ce, altinity-setup-regression
495-
commit: 0fdb555b36d0ea6a6affc5cf87e593b5d8944c0a
495+
commit: release
496496
arch: release
497497
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
498498
timeout_minutes: 300
@@ -503,7 +503,7 @@ jobs:
503503
secrets: inherit
504504
with:
505505
runner_type: altinity-type-cax41, altinity-image-arm-app-docker-ce, altinity-setup-regression
506-
commit: 0fdb555b36d0ea6a6affc5cf87e593b5d8944c0a
506+
commit: release
507507
arch: aarch64
508508
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
509509
timeout_minutes: 300

0 commit comments

Comments
 (0)