From 0ad463ac847d5681a5134877352c2077c77c9705 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Wed, 27 Apr 2022 08:16:25 +0200 Subject: [PATCH] ci: do not use matrix for code_style_check So the job can be used as 'required' for PRs --- .github/workflows/code_style_check.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/code_style_check.yaml b/.github/workflows/code_style_check.yaml index ed9411093..323e4cb64 100644 --- a/.github/workflows/code_style_check.yaml +++ b/.github/workflows/code_style_check.yaml @@ -4,16 +4,8 @@ on: [pull_request] jobs: code_style_check: - strategy: - matrix: - otp: - - 24.2.1-1 - elixir: - - 1.13.3 - os: - - ubuntu20.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: - uses: actions/checkout@v2 with: