1
0
Fork 0
mirror of synced 2024-07-13 18:26:06 +12:00
This commit is contained in:
adrinr 2023-04-17 20:26:03 +01:00
parent 6dc40fca6f
commit 58330bba92

View file

@ -113,7 +113,7 @@ jobs:
- name: Check submodule - name: Check submodule
run: | run: |
cd packages/pro cd packages/pro
if ! git branch --contains $BRANCH | grep -q chore/pro_as_submodule; then if ! git branch --contains $GITHUB_BASE_REF | grep -q chore/pro_as_submodule; then
echo "Current commit is not part of main branch" echo "Current commit is not part of main branch"
exit 1 exit 1
else else