diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2023-04-13 10:40:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-13 14:40:06 +0000 |
commit | 2eb0f9fb5cc3fd4c0d318cd04bdc03603b9ef70a (patch) | |
tree | 3ac919dcca502d223d3e6887ebaa524aacb5fe57 | |
parent | 52d235391ca31a032387bae94a7edd132ac29343 (diff) |
ci: don't run wpt tests on debug (#18688)
-rwxr-xr-x | .github/workflows/ci.generate.ts | 2 | ||||
-rw-r--r-- | .github/workflows/ci.yml | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/ci.generate.ts b/.github/workflows/ci.generate.ts index b6e2d6bcc..e7fbd8251 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 4f2e8eaa7..91fb642a4 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 |