mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision 097043b336e46876e281ddec3bb014fe9c480128
This commit is contained in:
parent
ecd32570c0
commit
b68253eac0
405 changed files with 9164 additions and 3050 deletions
|
@ -19,3 +19,14 @@ action "website-build-and-publish" {
|
|||
runs = ["/bin/bash", "tools/ci/website_build.sh"]
|
||||
secrets = ["DEPLOY_TOKEN"]
|
||||
}
|
||||
|
||||
workflow "Synchronize the Pull Request Preview" {
|
||||
on = "pull_request"
|
||||
resolves = "update-pr-preview"
|
||||
}
|
||||
|
||||
action "update-pr-preview" {
|
||||
uses = "./tools/docker/github"
|
||||
runs = ["python", "tools/ci/update_pr_preview.py", "https://api.github.com"]
|
||||
secrets = ["GITHUB_TOKEN"]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue