Run PR code quality workflow on GitHub-hosted runner

This commit is contained in:
Jeppe B
2026-06-01 23:38:32 +02:00
parent e3b38519fb
commit af89a246db
+2 -2
View File
@@ -9,8 +9,8 @@ on:
jobs:
qodana:
# Run on our self-hosted runner to avoid GitHub-hosted Actions budget limits.
runs-on: [self-hosted, Linux, X64, default]
# Use GitHub-hosted runners for PRs so untrusted code never executes on internal hosts.
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write