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:
Galantsev, Dmitrii
2025-08-04 21:03:15 -05:00
committed by Galantsev, Dmitrii
parent 27cae85910
commit 4044d1da41
2 changed files with 8 additions and 7 deletions
+2 -1
View File
@@ -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