Skip to content

Commit

Permalink
ci: Fix the name of the no-op check-required job in the Test Web
Browse files Browse the repository at this point in the history
…workflow
  • Loading branch information
torokati44 committed Apr 2, 2024
1 parent 501b42c commit 6de12dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,11 @@ jobs:
check-required:
needs: changes
if: needs.changes.outputs.should_run == 'false'
name: Test Node.js ${{ matrix.node_version }} / Rust ${{ matrix.rust_version }} / ${{ matrix.os }}
name: Test Node.js ${{ matrix.node_version }} / ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
node_version: ["20", "21"]
rust_version: [stable] # We most likely don't care about Rust versions here, we'll catch those issues in test_rust.yml.
os: [ubuntu-22.04, windows-latest]

steps:
Expand Down

0 comments on commit 6de12dd

Please sign in to comment.