This commit is contained in:
adrinr 2023-04-17 21:32:12 +01:00
parent 08ba41c5aa
commit 84a9e41efe
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ jobs:
- name: Check submodule
run: |
cd packages/pro
git fetch
git fetch --prune
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