Skip to content

Commit 1e449f0

Browse files
committed
Add comment
1 parent 9580e87 commit 1e449f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ jobs:
111111
run: git push origin
112112

113113
- name: Run integration tests for PR
114+
# ignore renovate branches as they are retriggered with every new commit to main branch
114115
if: (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/')) || github.event_name == 'merge_group'
115116
run: ./gradlew clean build publishMavenPublicationToMavenLocal runMainMethodThreadLeakTest runMainMethodMemoryLeakTest writeVersionToExamples
116117
env:

0 commit comments

Comments
 (0)