Skip to content

Commit

Permalink
Fix detect-breaking-change Github action configuration (#13030)
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <[email protected]>
  • Loading branch information
reta authored Apr 2, 2024
1 parent 1beec65 commit 9ba8b4f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/detect-breaking-change.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: "Detect Breaking Changes"
on: [push, pull_request]
on:
pull_request

jobs:
detect-breaking-change:
runs-on: ubuntu-latest
Expand All @@ -11,6 +13,7 @@ jobs:
java-version: 21
- uses: gradle/gradle-build-action@v3
with:
cache-disabled: true
arguments: japicmp
gradle-version: 8.7
build-root-directory: server
Expand Down

0 comments on commit 9ba8b4f

Please sign in to comment.