Routed nightly branch builds to depot runners across CI workflows.

This commit is contained in:
23rd
2026-05-14 12:11:38 +03:00
parent d498f829d5
commit c83492111b
5 changed files with 5 additions and 5 deletions

View File

@@ -40,7 +40,7 @@ jobs:
snap:
name: Ubuntu
runs-on: ${{ (github.event_name == 'pull_request' || startsWith(github.ref, 'refs/tags/')) && 'depot-ubuntu-latest-16' || 'ubuntu-latest' }}
runs-on: ${{ (github.event_name == 'pull_request' || startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/nightly') && 'depot-ubuntu-latest-16' || 'ubuntu-latest' }}
env:
UPLOAD_ARTIFACT: "true"