mirror of https://github.com/citusdata/citus.git
better wildcard usage
parent
13ceea3274
commit
f67f468296
|
@ -11,8 +11,8 @@ runs:
|
||||||
name: ${{ inputs.folder }}
|
name: ${{ inputs.folder }}
|
||||||
if-no-files-found: ignore
|
if-no-files-found: ignore
|
||||||
path: |
|
path: |
|
||||||
${GITHUB_WORKSPACE}/**/proxy.output
|
src/test/**/proxy.output
|
||||||
${GITHUB_WORKSPACE}/**/results/
|
src/test/**/results/
|
||||||
${GITHUB_WORKSPACE}/**/tmp_check/master/log
|
src/test/**/tmp_check/master/log
|
||||||
${GITHUB_WORKSPACE}/**/tmp_check/worker.57638/log
|
src/test/**/tmp_check/worker.57638/log
|
||||||
${GITHUB_WORKSPACE}/**/tmp_check/worker.57637/log
|
src/test/**/tmp_check/worker.57637/log
|
||||||
|
|
Loading…
Reference in New Issue