From a7e5155e9cc89c14432876b81cd8bb48c084fd6d Mon Sep 17 00:00:00 2001 From: Marcel Hibbe Date: Wed, 5 Mar 2025 13:25:03 +0100 Subject: [PATCH] Revert "change runs-on to [ubuntu-latest, self-hosted]" This reverts commit bf1b948b4a17c24316e3e4bd3b3f6f104d378b3d. 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 7da501733..2a1668266 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -24,7 +24,7 @@ concurrency: jobs: analysis: - runs-on: [ubuntu-latest, self-hosted] + runs-on: ubuntu-latest steps: - name: Setup variables id: get-vars diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 2a20be252..b13d12c6c 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -22,7 +22,7 @@ permissions: jobs: analyze: name: Analyze - runs-on: [ubuntu-latest, self-hosted] + runs-on: ubuntu-latest permissions: actions: read contents: read