|
|
- runs-on: ${{ github.repository_owner == 'emqx' && fromJSON(format('["self-hosted","ephemeral","linux",{0}]'), ${{ matrix.profile[3] }}) || 'ubuntu-22.04' }}
|
|
|
+ runs-on: ${{ github.repository_owner == 'emqx' && fromJSON(format('["self-hosted","ephemeral","linux",{0}]', matrix.profile[3])) || 'ubuntu-22.04' }}
|