CI - Use self-hosted machines for format checking due to IP whitelist
Change-Id: I1f0f4af7ed42d849cf4c9384e3c0c6da57b0504c Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com>
This commit is contained in:
committed by
Galantsev, Dmitrii
parent
27cae85910
commit
4044d1da41
@@ -23,7 +23,8 @@ defaults:
|
||||
jobs:
|
||||
check-cmake-format:
|
||||
name: Check CMake files formatting
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: self-hosted
|
||||
container: catthehacker/ubuntu:act-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
||||
Reference in New Issue
Block a user