From 5409315d154ec8b925161ad3ede0a7b3413a7eb0 Mon Sep 17 00:00:00 2001 From: stepit Date: Wed, 19 Nov 2025 10:59:04 +0100 Subject: [PATCH] ci: use main branch after merge --- .github/workflows/e2e-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-tests.yaml b/.github/workflows/e2e-tests.yaml index 146b3d2..efa6d7b 100644 --- a/.github/workflows/e2e-tests.yaml +++ b/.github/workflows/e2e-tests.yaml @@ -25,7 +25,7 @@ jobs: tag: local # emulate local environment for consistency in interchaintest cases tar-export-path: ${{ env.TAR_PATH }} # export a tarball that can be uploaded as an artifact for the e2e jobs platform: linux/amd64 # test runner architecture only - git-ref: ${{ github.head_ref }} # source code ref + git-ref: ${{ github.head_ref || github.ref_name}} # source code ref # Heighliner fork supporting Go v1.24 heighliner-owner: 'noble-assets' heighliner-tag: 'v1.7.3'