Skip to content

Commit

Permalink
ci: Updated security agent workflow to use large runners when availab…
Browse files Browse the repository at this point in the history
…le (#2270)
  • Loading branch information
bizob2828 committed Jun 12, 2024
1 parent d2877c1 commit 761fcd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/versioned-security-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 761fcd5

Please sign in to comment.