There was an error while loading. Please reload this page.
1 parent d2877c1 commit 761fcd5Copy full SHA for 761fcd5
1 file changed
.github/workflows/versioned-security-agent.yml
@@ -58,7 +58,7 @@ jobs:
58
github.event_name == 'schedule' ||
59
needs.should_run.outputs.sec_agent_did_change == 'true'
60
61
- runs-on: ubuntu-latest
+ runs-on: {{ vars.NR_RUNNER || 'ubuntu-latest' }}
62
63
strategy:
64
fail-fast: false
0 commit comments