mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Auto merge of #29255 - delan:clean-up-workflow-names, r=mrobinson
CI: clean up workflow names The workflow names on [the actions page](https://github.com/servo/servo/actions) could be a bit clearer and more consistent. This patch gives main.yml and pull-request.yml more meaningful names, clarifies the nightly builds, and groups the WPT-related builds in lexicographic order. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [ ] ~~`./mach build -d` does not report any errors~~ - [ ] ~~`./mach test-tidy` does not report any errors~~ - [ ] These changes fix #___ (GitHub issue number if applicable) <!-- Either: --> - [ ] There are tests for these changes OR - [x] These changes do not require tests because they affect the CI configuration <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
This commit is contained in:
commit
d428fb03eb
7 changed files with 7 additions and 7 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: CI
|
||||
name: Merge queue and try
|
||||
|
||||
on:
|
||||
# Triggers the workflow on push events but only for the master branch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue