We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9580e87 commit 1e449f0Copy full SHA for 1e449f0
.github/workflows/ci.yml
@@ -111,6 +111,7 @@ jobs:
111
run: git push origin
112
113
- name: Run integration tests for PR
114
+# ignore renovate branches as they are retriggered with every new commit to main branch
115
if: (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/')) || github.event_name == 'merge_group'
116
run: ./gradlew clean build publishMavenPublicationToMavenLocal runMainMethodThreadLeakTest runMainMethodMemoryLeakTest writeVersionToExamples
117
env:
0 commit comments