From e20bd85b99dff70b9e7bf6dc0c88090911a12c87 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 13 Apr 2023 10:40:06 -0400 Subject: [PATCH] ci: don't run wpt tests on debug (#18688) --- .github/workflows/ci.generate.ts | 2 -- .github/workflows/ci.yml | 1 - 2 files changed, 3 deletions(-) diff --git a/.github/workflows/ci.generate.ts b/.github/workflows/ci.generate.ts index b6e2d6bcc9..e7fbd82512 100755 --- a/.github/workflows/ci.generate.ts +++ b/.github/workflows/ci.generate.ts @@ -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", diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f2e8eaa73..91fb642a43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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