We Don't Pay for CI Anymore (#6954)

This commit is contained in:
Connor Fitzgerald 2025-01-20 10:20:43 -05:00 committed by GitHub
parent 87b3ca25de
commit c613d830f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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