Revert "change runs-on to [ubuntu-latest, self-hosted]"

This reverts commit bf1b948b4a.

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
Marcel Hibbe 2025-03-05 13:25:03 +01:00
parent bf1b948b4a
commit 90e597eaf9
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ concurrency:
jobs:
analysis:
runs-on: [ubuntu-latest, self-hosted]
runs-on: ubuntu-latest
steps:
- name: Setup variables
id: get-vars

View File

@ -22,7 +22,7 @@ permissions:
jobs:
analyze:
name: Analyze
runs-on: [ubuntu-latest, self-hosted]
runs-on: ubuntu-latest
permissions:
actions: read
contents: read