ci: route trusted security and workflow checks to self-hosted (#370)

This commit is contained in:
Will Sarg 2026-02-16 10:58:45 -05:00 committed by GitHub
parent 13d411cd2b
commit 7a66ce15c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -21,7 +21,7 @@ env:
jobs:
audit:
name: Security Audit
runs-on: ubuntu-latest
runs-on: ${{ github.event_name != 'pull_request' && fromJSON('["self-hosted","Linux","X64","lxc-ci"]') || 'ubuntu-latest' }}
timeout-minutes: 20
steps:
- uses: actions/checkout@v4
@ -37,7 +37,7 @@ jobs:
deny:
name: License & Supply Chain
runs-on: ubuntu-latest
runs-on: ${{ github.event_name != 'pull_request' && fromJSON('["self-hosted","Linux","X64","lxc-ci"]') || 'ubuntu-latest' }}
timeout-minutes: 20
steps:
- uses: actions/checkout@v4