Merge pull request #8818 from thalesmg/ci-disable-cross-ee
ci: disable cross build outside ce repo
This commit is contained in:
commit
8471fb3f9b
|
@ -17,6 +17,8 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
prepare:
|
prepare:
|
||||||
|
# avoid building when syncing to ee repo
|
||||||
|
if: endsWith(github.repository, 'emqx')
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
container: emqx/build-env:erl23.3.4.9-3-ubuntu20.04
|
container: emqx/build-env:erl23.3.4.9-3-ubuntu20.04
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue