Skip to content

Commit a21aa34

Browse files
authored
Update lint.yml
1 parent 3765220 commit a21aa34

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/lint.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,13 @@ jobs:
2020
bundler-cache: true
2121

2222
- name: Run linters
23+
if: ${{ github.event_name != 'merge_group' }}
2324
uses: wearerequired/lint-action@v2
2425
with:
2526
auto_fix: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.owner.login == github.repository_owner }}
2627
rubocop: true
2728
rubocop_command_prefix: bundle exec
29+
30+
- name: Skip with successful status
31+
if: ${{ github.event_name == 'merge_group' }}
32+
run: exit 0

0 commit comments

Comments
 (0)