We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68c1a7d commit 5a01834Copy full SHA for 5a01834
.github/workflows/master-build.yml
@@ -87,7 +87,7 @@ jobs:
87
- 'ivy/ivy.xml'
88
# run if the build configuration or both 'core' and 'plugins' files were changed
89
- name: test all
90
- 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' ) }}
91
run: ant clean test -buildfile build.xml
92
# run only if 'core' files were changed
93
- name: test core
0 commit comments