Skip to content

Commit

Permalink
ci: support for merge queues into main (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalaji authored Jun 6, 2024
1 parent 7b8b898 commit 55d924f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
push:
branches: [main]
pull_request:
# For queues into main
merge_group:
branches: [main]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -94,7 +97,7 @@ jobs:
- name: test
run: yarn run test:unit


health:
runs-on: ubuntu-latest
needs: [build]
Expand All @@ -108,4 +111,3 @@ jobs:
key: ${{ runner.os }}-yarn-cache-${{ hashFiles('./yarn.lock') }}
- name: test
run: yarn run test:health

0 comments on commit 55d924f

Please sign in to comment.