|
@@ -173,7 +173,7 @@ jobs:
|
|
|
needs:
|
|
needs:
|
|
|
- prepare
|
|
- prepare
|
|
|
- compile
|
|
- compile
|
|
|
- runs-on: ubuntu-22.04'
|
|
|
|
|
|
|
+ runs-on: ${{ endsWith(github.repository, '/emqx') && 'ubuntu-22.04' || fromJSON('["self-hosted","ephemeral","linux","x64"]') }}
|
|
|
steps:
|
|
steps:
|
|
|
- name: Create PR in emqx/emqx-i18n
|
|
- name: Create PR in emqx/emqx-i18n
|
|
|
env:
|
|
env:
|
|
@@ -186,7 +186,7 @@ jobs:
|
|
|
needs:
|
|
needs:
|
|
|
- prepare
|
|
- prepare
|
|
|
- compile
|
|
- compile
|
|
|
- runs-on: ubuntu-22.04
|
|
|
|
|
|
|
+ runs-on: ${{ endsWith(github.repository, '/emqx') && 'ubuntu-22.04' || fromJSON('["self-hosted","ephemeral","linux","x64"]') }}
|
|
|
steps:
|
|
steps:
|
|
|
- name: Create PR in emqx/emqx-docs
|
|
- name: Create PR in emqx/emqx-docs
|
|
|
env:
|
|
env:
|
|
@@ -195,8 +195,10 @@ jobs:
|
|
|
gh --repo emqx/emqx-docs workflow run update-api-and-cfg-manual.yaml -f version=${GITHUB_REF_NAME##[v|e]} -f repository=${GITHUB_REPOSITORY} -f run_id=${GITHUB_RUN_ID}
|
|
gh --repo emqx/emqx-docs workflow run update-api-and-cfg-manual.yaml -f version=${GITHUB_REF_NAME##[v|e]} -f repository=${GITHUB_REPOSITORY} -f run_id=${GITHUB_RUN_ID}
|
|
|
|
|
|
|
|
run_emqx_app_tests:
|
|
run_emqx_app_tests:
|
|
|
|
|
+ if: needs.prepare.outputs.release != 'true'
|
|
|
needs:
|
|
needs:
|
|
|
- init
|
|
- init
|
|
|
|
|
+ - prepare
|
|
|
- compile
|
|
- compile
|
|
|
uses: ./.github/workflows/run_emqx_app_tests.yaml
|
|
uses: ./.github/workflows/run_emqx_app_tests.yaml
|
|
|
with:
|
|
with:
|