From 538026a2f540d5c0677a05cb6d6012eb4900ce92 Mon Sep 17 00:00:00 2001 From: Konstantin Astakhov Date: Thu, 02 Nov 2023 07:09:13 +0000 Subject: [PATCH] set correct mainnet.branch for node-only tests --- --- a/.github/workflows/node-only-update.yml +++ b/.github/workflows/node-only-update.yml @@ -137,8 +137,8 @@ - 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 -- gitstuff