Skip to content

Commit

Permalink
enable CI on merge queues
Browse files Browse the repository at this point in the history
  • Loading branch information
usu committed Mar 19, 2023
1 parent 8127b6a commit 1c34b44
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Dependency Check
on:
push:
pull_request:
merge_group:
workflow_dispatch:
schedule:
- cron: "42 3 * * *"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration-optional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: CI (optional checks)
on:
push:
pull_request:
merge_group:
workflow_dispatch:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- staging
- prod
pull_request:
merge_group:
workflow_dispatch:
workflow_call:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull-request-rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: PR (additional rules)
on:
pull_request:
types: [opened, labeled, unlabeled, synchronize]
merge_group:
push:
branches:
- 'renovate/**'
Expand Down

0 comments on commit 1c34b44

Please sign in to comment.