Skip to content

Commit

Permalink
ci: Only run docs check on Linux
Browse files Browse the repository at this point in the history
There aren't any platform-specific docs in this crate, so we
can just run this once. This matches Vello.
  • Loading branch information
waywardmonkeys committed Jul 21, 2024
1 parent 23353c9 commit b49492b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,9 @@ jobs:

docs:
name: cargo doc
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
# NOTE: We don't have any platform specific docs in this workspace, so we only run on Ubuntu.
# If we get per-platform docs (win/macos/linux/wasm32/..) then doc jobs should match that.
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit b49492b

Please sign in to comment.