[GIT] Evergreen ILS branch main updated. 7f94e92389c03af80253764adc67568e376d3e86

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, main has been updated via 7f94e92389c03af80253764adc67568e376d3e86 (commit) from 5791f534f8b427653fba36056552860b4815b9d8 (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 7f94e92389c03af80253764adc67568e376d3e86 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