mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
We Don't Pay for CI Anymore (#6954)
This commit is contained in:
committed by
GitHub
parent
87b3ca25de
commit
c613d830f3
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -435,7 +435,6 @@ jobs:
|
||||
|
||||
name: Test WebAssembly
|
||||
runs-on: ubuntu-latest
|
||||
needs: [check]
|
||||
|
||||
steps:
|
||||
- name: checkout repo
|
||||
@@ -479,7 +478,6 @@ jobs:
|
||||
|
||||
name: Test ${{ matrix.name }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
needs: [check]
|
||||
|
||||
steps:
|
||||
- name: checkout repo
|
||||
|
||||
Reference in New Issue
Block a user