Skip to content

Commit

Permalink
chore: add more multi
Browse files Browse the repository at this point in the history
  • Loading branch information
janniks committed Aug 21, 2024
1 parent 750c42d commit 7c6029c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-regtest-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c6029c

Please sign in to comment.