Skip to content

Update web-platform-tests to revision b'e16853520ae70ba309108ccff87a7… #450

Update web-platform-tests to revision b'e16853520ae70ba309108ccff87a7…

Update web-platform-tests to revision b'e16853520ae70ba309108ccff87a7… #450

Workflow file for this run

# This action is meant as a quick check to be run when pushing to
# branches on forks. This allows forks to test the build and unit
# tests automatically without opening a pull request.
name: Quick check
on:
push:
branches:
["**", "!master", "!auto", "!try", "!try-linux", "!try-mac", "!try-windows", "!try-wpt", "!try-wpt-2020", "!dependabot/**"]
jobs:
build-linux:
name: Linux
if: github.repository != 'servo/servo' || github.event_name == 'workflow_dispatch'
uses: ./.github/workflows/linux.yml
with:
unit-tests: true