Skip to content

Commit 761fcd5

Browse files
authored
ci: Updated security agent workflow to use large runners when available (#2270)
1 parent d2877c1 commit 761fcd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/versioned-security-agent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
github.event_name == 'schedule' ||
5959
needs.should_run.outputs.sec_agent_did_change == 'true'
6060

61-
runs-on: ubuntu-latest
61+
runs-on: {{ vars.NR_RUNNER || 'ubuntu-latest' }}
6262

6363
strategy:
6464
fail-fast: false

0 commit comments

Comments
 (0)