mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-01 18:25:59 +00:00
Merge pull request #812 from ylacancellera/3.x
Add: github action libmodulesupdated
This commit is contained in:
16
.github/workflows/libmodulesupdated.yml
vendored
Normal file
16
.github/workflows/libmodulesupdated.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
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
|
Reference in New Issue
Block a user