feat(webgl): Make the depthWriteEnabled flag on material configs work #1131
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# We use a separate workflow file for building when a commit is pushed to a PR. | |
# This way you don't need to wait for tests and other checks to finish before | |
# the PR can be deployed. | |
name: build-pr | |
on: | |
pull_request: | |
branches: [main] | |
jobs: | |
build: | |
uses: ./.github/workflows/build.yml | |
with: | |
build-commit-sha: ${{ github.event.pull_request.head.sha }} |