mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
CI: clean up workflow names
This commit is contained in:
parent
f5740fad51
commit
764dd87633
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