summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.generate.ts
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-04-13 10:40:06 -0400
committerGitHub <noreply@github.com>2023-04-13 14:40:06 +0000
commit2eb0f9fb5cc3fd4c0d318cd04bdc03603b9ef70a (patch)
tree3ac919dcca502d223d3e6887ebaa524aacb5fe57 /.github/workflows/ci.generate.ts
parent52d235391ca31a032387bae94a7edd132ac29343 (diff)
ci: don't run wpt tests on debug (#18688)
Diffstat (limited to '.github/workflows/ci.generate.ts')
-rwxr-xr-x.github/workflows/ci.generate.ts2
1 files changed, 0 insertions, 2 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",