ci: do not use matrix for code_style_check

So the job can be used as 'required' for PRs
This commit is contained in:
Zaiming (Stone) Shi 2022-04-27 08:16:25 +02:00
parent a93eee5d08
commit 0ad463ac84
1 changed files with 1 additions and 9 deletions

View File

@ -4,16 +4,8 @@ on: [pull_request]
jobs: jobs:
code_style_check: code_style_check:
strategy:
matrix:
otp:
- 24.2.1-1
elixir:
- 1.13.3
os:
- ubuntu20.04
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
container: "ghcr.io/emqx/emqx-builder/5.0-10:${{ matrix.elixir}}-${{ matrix.otp }}-${{ matrix.os }}" container: "ghcr.io/emqx/emqx-builder/5.0-10:1.13.3-24.2.1-1-ubuntu20.04"
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with: