Log
This commit is contained in:
parent
2bbe4360bf
commit
4d3a93b1de
|
@ -114,6 +114,7 @@ jobs:
|
|||
run: |
|
||||
cd packages/pro
|
||||
git fetch
|
||||
git branch --contains $(git log -n 1 --pretty=format:%H)
|
||||
if ! git branch --contains $(git log -n 1 --pretty=format:%H) | grep -q "chore/pro_as_submodule"; then
|
||||
echo "Current commit is not part of main branch"
|
||||
exit 1
|
||||
|
|
Loading…
Reference in New Issue