Skip to content

Commit 03eca21

Browse files
authored
Merge branch 'main' into update-topics
2 parents 44a7de5 + a21aa34 commit 03eca21

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)