Skip to content

Commit

Permalink
skip git workflow check
Browse files Browse the repository at this point in the history
  • Loading branch information
babenek committed Jul 17, 2023
1 parent da4af76 commit 49d68d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
done
exit ${n}
# # # git workflow
# # # git workflow - may be only for information due merge is performed with squash

- name: Get latest release tag name
if: ${{ always() && steps.code_checkout.conclusion == 'success' }}
Expand Down Expand Up @@ -85,7 +85,6 @@ jobs:
echo "GIT workflow OK"
else
echo "Please, rebase the branch after ${LATEST_RELEASE_TAG}"
exit 1
fi
# # # Python setup
Expand Down

0 comments on commit 49d68d1

Please sign in to comment.