Enable the GitHub merge queue (#29989)

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
Martin Robinson 2023-07-13 09:45:48 +02:00 committed by GitHub
parent 9eee517132
commit d5202a4a98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 59 additions and 56 deletions

View file

@ -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