pt-config-diff: MySQL truncates run-time variable values longer than 1024 characters #115
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: libmodules_has_been_updated | |
on: | |
pull_request: | |
branches: [ "3.x" ] | |
jobs: | |
libmodulescheck: | |
runs-on: ubuntu-latest | |
strategy: | |
fail-fast: true | |
steps: | |
- uses: actions/checkout@v4 | |
- name: run util/check_bin_md5sum | |
run: ./util/check_bin_md5sum |