1
0
Fork 0
mirror of synced 2024-07-06 15:00:49 +12:00
This commit is contained in:
adrinr 2023-04-17 20:10:02 +01:00
parent 2bbe4360bf
commit 4d3a93b1de

View file

@ -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