This commit is contained in:
adrinr 2023-04-17 20:49:48 +01:00
parent 9df022c8bf
commit 8374974ecd
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ jobs:
run: | run: |
cd packages/pro cd packages/pro
echo ${{ github.head_ref }} echo ${{ github.head_ref }}
echo $github.head_ref
if ! git branch --contains ${{ github.head_ref }} | grep -q chore/pro_as_submodule; then if ! git branch --contains ${{ github.head_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