ci: route trusted docker and release publish jobs to self-hosted (#371)

This commit is contained in:
Will Sarg 2026-02-16 11:00:25 -05:00 committed by GitHub
parent 7a66ce15c5
commit 9d21e2b28c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -74,7 +74,7 @@ jobs:
publish:
name: Publish Release
needs: build-release
runs-on: ubuntu-latest
runs-on: [self-hosted, Linux, X64, lxc-ci]
timeout-minutes: 15
steps:
- uses: actions/checkout@v4