ci: fix static check group
This commit is contained in:
parent
071b03b29c
commit
a52d26620f
|
@ -1,7 +1,7 @@
|
||||||
name: Run static checks
|
name: Run static checks
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: test-${{ github.event_name }}-${{ github.ref }}
|
group: static-check-${{ github.event_name }}-${{ github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
@ -13,14 +13,8 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run_static_analysis:
|
run_static_analysis:
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
emqx_builder:
|
|
||||||
- 5.0-3:24.1.5-3 # run dialyzer on latest OTP
|
|
||||||
|
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
container: "ghcr.io/emqx/emqx-builder/${{ matrix.emqx_builder }}-ubuntu20.04"
|
container: "ghcr.io/emqx/emqx-builder/5.0-3:24.1.5-3-alpine3.14"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: xref
|
- name: xref
|
||||||
|
|
Loading…
Reference in New Issue