Skip to content

Commit 9ba8b4f

Browse files
authoredApr 2, 2024··
Fix detect-breaking-change Github action configuration (#13030)
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
1 parent 1beec65 commit 9ba8b4f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎.github/workflows/detect-breaking-change.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: "Detect Breaking Changes"
2-
on: [push, pull_request]
2+
on:
3+
pull_request
4+
35
jobs:
46
detect-breaking-change:
57
runs-on: ubuntu-latest
@@ -11,6 +13,7 @@ jobs:
1113
java-version: 21
1214
- uses: gradle/gradle-build-action@v3
1315
with:
16+
cache-disabled: true
1417
arguments: japicmp
1518
gradle-version: 8.7
1619
build-root-directory: server

0 commit comments

Comments
 (0)
Please sign in to comment.