From 54364a9ac71af758349935a6b0614ab6fc05b3ba Mon Sep 17 00:00:00 2001 From: Marcel Hibbe Date: Wed, 5 Mar 2025 10:30:49 +0100 Subject: [PATCH] change runs-on to [ubuntu-latest, self-hosted] just to test GARM.. Signed-off-by: Marcel Hibbe --- .github/workflows/analysis.yml | 2 +- .github/workflows/codeql.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index 2a1668266..7da501733 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -24,7 +24,7 @@ concurrency: jobs: analysis: - runs-on: ubuntu-latest + runs-on: [ubuntu-latest, self-hosted] steps: - name: Setup variables id: get-vars diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index b13d12c6c..2a20be252 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -22,7 +22,7 @@ permissions: jobs: analyze: name: Analyze - runs-on: ubuntu-latest + runs-on: [ubuntu-latest, self-hosted] permissions: actions: read contents: read