mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
chore: don't run "test release linux-aarch64" on PRs (#29455)
This commit is contained in:
parent
e7bb7cca24
commit
ff74f54161
2 changed files with 3 additions and 1 deletions
1
.github/workflows/ci.generate.ts
vendored
1
.github/workflows/ci.generate.ts
vendored
|
@ -445,6 +445,7 @@ const ci = {
|
|||
job: "test",
|
||||
profile: "release",
|
||||
use_sysroot: true,
|
||||
skip_pr: true,
|
||||
}, {
|
||||
...Runners.macosX86,
|
||||
job: "lint",
|
||||
|
|
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue