Skip to content

Commit

Permalink
Don't use a merge queue. It's too big of a concept for a single contr…
Browse files Browse the repository at this point in the history
…ibutor and cannot be reused from private repos in a free plan.
  • Loading branch information
danielcweber committed Jan 18, 2024
1 parent 23195cf commit 6fa23ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 26 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/buildPullRequest.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@ name: Test merge group

on:
pull_request:
merge_group:
types: [checks_requested]
workflow_call:

jobs:

test-merge-group-linux:
if: ${{ github.event_name == 'merge_group' }}
test-linux:
runs-on: ubuntu-latest

steps:
Expand All @@ -32,8 +29,7 @@ jobs:
- name: Collect coverage
uses: codecov/codecov-action@v3

test-merge-group-windows:
if: ${{ github.event_name == 'merge_group' }}
test-windows:
runs-on: windows-2022

steps:
Expand Down

0 comments on commit 6fa23ef

Please sign in to comment.