From 538026a2f540d5c0677a05cb6d6012eb4900ce92 Mon Sep 17 00:00:00 2001 From: Konstantin Astakhov Date: Thu, 2 Nov 2023 14:09:13 +0700 Subject: [PATCH] set correct mainnet.branch for node-only tests --- .github/workflows/node-only-update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node-only-update.yml b/.github/workflows/node-only-update.yml index 73b9e61a92..662720f86e 100644 --- a/.github/workflows/node-only-update.yml +++ b/.github/workflows/node-only-update.yml @@ -137,8 +137,8 @@ jobs: - name: Checkout at '${{ matrix.mainnet_branch }}' branch uses: actions/checkout@master with: - ref: ${{ github.head_ref }} - # ref: ${{ matrix.mainnet_branch }} #Checking out head commit + #ref: ${{ github.head_ref }} + ref: ${{ matrix.mainnet_branch }} #Checking out head commit path: ${{ matrix.mainnet_branch }} - uses: actions/setup-node@v3.5.1