mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
ci: don't run wpt tests on debug (#18688)
This commit is contained in:
parent
4fa39349b3
commit
e20bd85b99
2 changed files with 0 additions and 3 deletions
2
.github/workflows/ci.generate.ts
vendored
2
.github/workflows/ci.generate.ts
vendored
|
@ -336,8 +336,6 @@ const ci = {
|
|||
job: "test",
|
||||
profile: "debug",
|
||||
use_sysroot: true,
|
||||
wpt:
|
||||
"${{ github.ref == 'refs/heads/main' && !startsWith(github.ref, 'refs/tags/') }}",
|
||||
}, {
|
||||
os: Runners.ubuntu,
|
||||
job: "lint",
|
||||
|
|
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -90,7 +90,6 @@ jobs:
|
|||
job: test
|
||||
profile: debug
|
||||
use_sysroot: true
|
||||
wpt: '${{ github.ref == ''refs/heads/main'' && !startsWith(github.ref, ''refs/tags/'') }}'
|
||||
os_display_name: ubuntu-x86_64
|
||||
- os: ubuntu-22.04
|
||||
job: lint
|
||||
|
|
Loading…
Reference in a new issue