Skip to content

Commit

Permalink
Merge pull request #1031 from UniqueNetwork/fix/node-only-tests
Browse files Browse the repository at this point in the history
set correct mainnet.branch for node-only tests
  • Loading branch information
CertainLach authored Nov 14, 2023
2 parents 2ff692c + 538026a commit 2df3f6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node-only-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit 2df3f6b

Please sign in to comment.