Skip to content

Commit

Permalink
Add merge_group trigger to enable merge queues (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
stoyicker authored Apr 5, 2024
1 parent b8f4f67 commit 5c7b66d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ on:
paths:
- packages/true-time/**
- packages/player/**
merge_group:
types: [checks_requested]
paths:
- packages/true-time/**
- packages/player/**

concurrency:
group: cypress-${{ github.event.pull_request.number || github.ref }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Pull Request

on:
pull_request:
merge_group:
type: [checks_requested]

jobs:
fossa-scans:
Expand Down

0 comments on commit 5c7b66d

Please sign in to comment.