Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit cd8d5cc

Browse files
committed
ci: run checks in merge queue (but skip them) so they can be made required
1 parent 6a84e98 commit cd8d5cc

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/dependency-review.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ name: Dependency Review
33
on:
44
pull_request:
55
branches: [main]
6+
merge_group:
67

78
jobs:
89
dependency-review:
10+
if: ${{ github.event_name == 'pull_request' }}
911
uses: lars-reimann/.github/.github/workflows/dependency-review-reusable.yml@main

.github/workflows/megalinter.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ name: MegaLinter
33
on:
44
pull_request:
55
branches: [main]
6+
merge_group:
67

78
jobs:
89
megalinter:
10+
if: ${{ github.event_name == 'pull_request' }}
911
uses: lars-reimann/.github/.github/workflows/megalinter-reusable.yml@main
1012
secrets:
1113
PAT: ${{ secrets.PAT }}

.github/workflows/pr-format.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ on:
77
- edited
88
- synchronize
99
- reopened
10+
merge_group:
1011

1112
jobs:
1213
check-format:
14+
if: ${{ github.event_name == 'pull_request' }}
1315
uses: lars-reimann/.github/.github/workflows/pr-format-reusable.yml@main

0 commit comments

Comments
 (0)