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