Next
This commit is contained in:
parent
9df022c8bf
commit
8374974ecd
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue