Skip to content

Commit

Permalink
Merge pull request #197 from Automattic/adam/fix_binary_compatibility…
Browse files Browse the repository at this point in the history
…_ci_step

Run the binary compatibility check on each code push
  • Loading branch information
AdamGrzybkowski committed Jun 28, 2024
2 parents 5d9d4be + aa376d9 commit 3d6c761
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ steps:
- "**/build/test-results/*/*.xml"

- label: "Binary compatibility check"
if: build.pull_request.base_branch == "trunk"
command: |
echo "--- Validating binary compatibility"
./gradlew apiCheck
Expand Down

0 comments on commit 3d6c761

Please sign in to comment.