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
|
||||
|
|
2
.github/workflows/nightly-rust.yml
vendored
2
.github/workflows/nightly-rust.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Nightly rustc build
|
||||
name: Test with nightly rustc
|
||||
|
||||
on:
|
||||
schedule:
|
||||
|
|
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Nightly builds
|
||||
name: Release nightly
|
||||
|
||||
on:
|
||||
schedule:
|
||||
|
|
2
.github/workflows/pull-request.yml
vendored
2
.github/workflows/pull-request.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Basic cross-platform builds and checks
|
||||
name: Pull request
|
||||
on:
|
||||
pull_request:
|
||||
branches: ["**"]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
name: Test changes to upstream-wpt-changes
|
||||
name: WPT exporter test
|
||||
on:
|
||||
pull_request:
|
||||
branches: ["**"]
|
||||
|
|
2
.github/workflows/upstream-wpt-changes.yml
vendored
2
.github/workflows/upstream-wpt-changes.yml
vendored
|
@ -1,5 +1,5 @@
|
|||
# Disabled until the previous bot is turned off.
|
||||
#name: Upstream Web Platform Test changes
|
||||
#name: WPT export
|
||||
#on:
|
||||
# pull_request:
|
||||
# types: ['opened', 'synchronize', 'reopened', 'edited', 'closed']
|
||||
|
|
2
.github/workflows/wpt-nightly.yml
vendored
2
.github/workflows/wpt-nightly.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Synchronize WPT Nightly
|
||||
name: WPT import
|
||||
|
||||
on:
|
||||
schedule:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue