summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.github/workflows/ci.generate.ts2
-rw-r--r--.github/workflows/ci.yml1
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