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 /.github/workflows/ci.yml | |
| parent | 52d235391ca31a032387bae94a7edd132ac29343 (diff) | |
ci: don't run wpt tests on debug (#18688)
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
