Skip to content

Commit b65200e

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

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
@@ -626,7 +626,7 @@ jobs:
626626
secrets: inherit
627627
with:
628628
runner_type: altinity-on-demand, altinity-type-cpx51, altinity-image-x86-app-docker-ce, altinity-setup-regression
629-
commit: 6da94b78dc53cb8965ab56c04a89ebf54ed04cbc
629+
commit: release
630630
arch: release
631631
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.event_name == 'release' && github.sha }}
632632

@@ -636,7 +636,7 @@ jobs:
636636
secrets: inherit
637637
with:
638638
runner_type: altinity-on-demand, altinity-type-cax41, altinity-image-arm-app-docker-ce, altinity-setup-regression
639-
commit: 6da94b78dc53cb8965ab56c04a89ebf54ed04cbc
639+
commit: release
640640
arch: aarch64
641641
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.event_name == 'release' && github.sha }}
642642

0 commit comments

Comments
 (0)