From 7c6029ce403f334c6d048d51cbedd30098fc1a27 Mon Sep 17 00:00:00 2001 From: janniks Date: Wed, 21 Aug 2024 16:49:31 +0200 Subject: [PATCH] chore: add more multi --- .github/workflows/run-regtest-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-regtest-tests.yml b/.github/workflows/run-regtest-tests.yml index 3fc1f77..af666bb 100644 --- a/.github/workflows/run-regtest-tests.yml +++ b/.github/workflows/run-regtest-tests.yml @@ -42,7 +42,7 @@ jobs: - name: Determine core commit SHA id: core-commit run: | - core_commit=${{ github.event.inputs.core_commit || 'fix/multi-miner-fixes-jude' }} + core_commit=${{ github.event.inputs.core_commit || 'fix/more-multi-miner-fixes-jude' }} if git ls-remote --exit-code --heads https://github.com/stacks-network/stacks-core.git $core_commit; then core_commit_sha=$(git ls-remote https://github.com/stacks-network/stacks-core.git $core_commit | awk '{print $1}') elif git ls-remote --exit-code --refs https://github.com/stacks-network/stacks-core.git $core_commit; then