Run Qodana workflow on self-hosted runner

This commit is contained in:
Jeppe B
2026-04-23 23:16:45 +02:00
parent 54bada14f5
commit e7220f4f29
+2 -1
View File
@@ -9,7 +9,8 @@ on:
jobs:
qodana:
runs-on: ubuntu-latest
# Run on our self-hosted runner to avoid GitHub-hosted Actions budget limits.
runs-on: [self-hosted, Linux, X64, default]
permissions:
contents: write
pull-requests: write