mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Enable the GitHub merge queue (#29989)
Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
9eee517132
commit
d5202a4a98
8 changed files with 59 additions and 56 deletions
10
.github/workflows/mac.yml
vendored
10
.github/workflows/mac.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Mac workflow
|
||||
name: Mac
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
|
@ -36,7 +36,7 @@ env:
|
|||
CARGO_INCREMENTAL: 0
|
||||
|
||||
jobs:
|
||||
build-mac:
|
||||
build:
|
||||
name: Build
|
||||
runs-on: macos-12
|
||||
steps:
|
||||
|
@ -143,13 +143,13 @@ jobs:
|
|||
# test-wpt.${{ matrix.chunk_id }}.log
|
||||
# filtered-wpt-summary.${{ matrix.chunk_id }}.log
|
||||
|
||||
build_result:
|
||||
name: homu build finished
|
||||
result:
|
||||
name: Result
|
||||
runs-on: ubuntu-latest
|
||||
if: always()
|
||||
# needs all build to detect cancellation
|
||||
needs:
|
||||
- "build-mac"
|
||||
- "build"
|
||||
|
||||
steps:
|
||||
- name: Mark the job as successful
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue