From 5d56b0c3520879028bf4988c497b8c068258150e Mon Sep 17 00:00:00 2001 From: Bob Evans Date: Wed, 12 Jun 2024 12:09:53 -0400 Subject: [PATCH] ci: Updated security agent workflow to use large runners when available --- .github/workflows/versioned-security-agent.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/versioned-security-agent.yml b/.github/workflows/versioned-security-agent.yml index 09b681560a..9dd64b61fa 100644 --- a/.github/workflows/versioned-security-agent.yml +++ b/.github/workflows/versioned-security-agent.yml @@ -58,7 +58,7 @@ jobs: github.event_name == 'schedule' || needs.should_run.outputs.sec_agent_did_change == 'true' - runs-on: ubuntu-latest + runs-on: {{ vars.NR_RUNNER || 'ubuntu-latest' }} strategy: fail-fast: false