mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-03 02:55:57 +00:00
17 lines
286 B
YAML
17 lines
286 B
YAML
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
|