change runner for malware scan

This commit is contained in:
SennayT
2026-08-07 12:03:14 +03:00
parent 192f556337
commit db77fc797e

View File

@@ -35,7 +35,7 @@ jobs:
# Plain `self-hosted` — GitHub applies this label to every self-hosted # Plain `self-hosted` — GitHub applies this label to every self-hosted
# runner automatically. The scan is host-agnostic, unlike the deploy jobs # runner automatically. The scan is host-agnostic, unlike the deploy jobs
# which pin to a branch-specific runner. # which pin to a branch-specific runner.
runs-on: self-hosted runs-on: [self-hosted, dev]
outputs: outputs:
infected: ${{ steps.scan.outputs.infected }} infected: ${{ steps.scan.outputs.infected }}
steps: steps: