Skip to content

Commit

Permalink
trim the user input vesion to check major
Browse files Browse the repository at this point in the history
  • Loading branch information
gzukel committed Feb 15, 2024
1 parent d5495af commit 2fcd3ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ jobs:
fi
- name: Stop Private Network
if: ${{ github.event.inputs.skip_checks != 'true' }}
if: ${{ always() && github.event.inputs.skip_checks != 'true' }}
run: |
cd contrib/localnet/
docker compose down
Expand Down

0 comments on commit 2fcd3ec

Please sign in to comment.