Merge pull request #8818 from thalesmg/ci-disable-cross-ee

ci: disable cross build outside ce repo
This commit is contained in:
Thales Macedo Garitezi 2022-08-26 13:23:34 -03:00 committed by GitHub
commit 8471fb3f9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ on:
jobs:
prepare:
# avoid building when syncing to ee repo
if: endsWith(github.repository, 'emqx')
runs-on: ubuntu-20.04
container: emqx/build-env:erl23.3.4.9-3-ubuntu20.04