[GIT] Evergreen ILS branch rel_3_15 updated. e9b636d061a0bf4d30d3d0f9818e567e7a8bd98e

This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Evergreen ILS". The branch, rel_3_15 has been updated via e9b636d061a0bf4d30d3d0f9818e567e7a8bd98e (commit) from 012b4ff49bbe5e4ed8f0699e71e6943bd287ab40 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e9b636d061a0bf4d30d3d0f9818e567e7a8bd98e Author: Jane Sandberg <sandbergja@gmail.com> Date: Sun May 25 14:07:11 2025 -0700 LP2111676: add missing wildcard to path This workflow should run every time a file within this directory changes, not just when the directory itself changes. Also, add c-apps to the list of paths, since this workflow also runs the C unit tests. Signed-off-by: Jane Sandberg <sandbergja@gmail.com> Signed-off-by: Shula Link <slink@gchrl.org> Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org> Signed-off-by: Stephanie Leary <stephanie.leary@equinoxoli.org> diff --git a/.github/workflows/perl-unit-tests.yml b/.github/workflows/perl-unit-tests.yml index 3463a10709..20e779568c 100644 --- a/.github/workflows/perl-unit-tests.yml +++ b/.github/workflows/perl-unit-tests.yml @@ -5,17 +5,19 @@ on: - '.github/workflows/**' - 'Makefile.am' - 'configure.ac' + - 'Open-ILS/src/c-apps/**' - 'Open-ILS/src/extras/install' - 'Open-ILS/src/Makefile.am' - - 'Open-ILS/src/perlmods' + - 'Open-ILS/src/perlmods/**' pull_request: paths: - '.github/workflows/**' - 'Makefile.am' - 'configure.ac' + - 'Open-ILS/src/c-apps/**' - 'Open-ILS/src/extras/install' - 'Open-ILS/src/Makefile.am' - - 'Open-ILS/src/perlmods' + - 'Open-ILS/src/perlmods/**' workflow_dispatch: jobs: ----------------------------------------------------------------------- Summary of changes: .github/workflows/perl-unit-tests.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) hooks/post-receive -- Evergreen ILS
participants (1)
-
Git User