mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 12:41:04 +00:00
change runner for malware scan
This commit is contained in:
2
.github/workflows/malware-scan.yml
vendored
2
.github/workflows/malware-scan.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
||||
# Plain `self-hosted` — GitHub applies this label to every self-hosted
|
||||
# runner automatically. The scan is host-agnostic, unlike the deploy jobs
|
||||
# which pin to a branch-specific runner.
|
||||
runs-on: self-hosted
|
||||
runs-on: [self-hosted, dev]
|
||||
outputs:
|
||||
infected: ${{ steps.scan.outputs.infected }}
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user