This is an automated email from the ASF dual-hosted git repository.
snagel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git
The following commit(s) were added to refs/heads/master by this push:
new 5a0183403 NUTCH-3094 Github tests to run if build configuration changes
5a0183403 is described below
commit 5a01834030ef32ae8672687b8856b6be3c944dfd
Author: Sebastian Nagel <[email protected]>
AuthorDate: Tue Dec 3 13:45:13 2024 +0100
NUTCH-3094 Github tests to run if build configuration changes
- fix typo in Github workflow definition
---
.github/workflows/master-build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/master-build.yml
b/.github/workflows/master-build.yml
index f975db44f..f0802a607 100644
--- a/.github/workflows/master-build.yml
+++ b/.github/workflows/master-build.yml
@@ -87,7 +87,7 @@ jobs:
- 'ivy/ivy.xml'
# run if the build configuration or both 'core' and 'plugins' files were
changed
- name: test all
- if: ${{ steps.filter.outputs.buildconf == 'true' || (
steps.filter.outputs.core == 'true' && steps.filter.outputs.plugin == 'true'
) }}
+ if: ${{ steps.filter.outputs.buildconf == 'true' || (
steps.filter.outputs.core == 'true' && steps.filter.outputs.plugins == 'true'
) }}
run: ant clean test -buildfile build.xml
# run only if 'core' files were changed
- name: test core