chore: don't run "test release linux-aarch64" on PRs (#29455)

This commit is contained in:
David Sherret 2025-05-26 18:29:12 -04:00 committed by GitHub
parent e7bb7cca24
commit ff74f54161
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -445,6 +445,7 @@ const ci = {
job: "test",
profile: "release",
use_sysroot: true,
skip_pr: true,
}, {
...Runners.macosX86,
job: "lint",

View file

@ -123,10 +123,11 @@ jobs:
profile: debug
- os: linux
arch: aarch64
runner: ubicloud-standard-16-arm
runner: '${{ (!contains(github.event.pull_request.labels.*.name, ''ci-full'') && (github.event_name == ''pull_request'')) && ''ubuntu-24.04'' || ''ubicloud-standard-16-arm'' }}'
job: test
profile: release
use_sysroot: true
skip: '${{ !contains(github.event.pull_request.labels.*.name, ''ci-full'') && (github.event_name == ''pull_request'') }}'
- os: macos
arch: x86_64
runner: macos-13