diff --git a/.github/workflows/update-aggregate-update-sites.yml b/.github/workflows/update-aggregate-update-sites.yml index 4b94fc704..f1e82b1d2 100644 --- a/.github/workflows/update-aggregate-update-sites.yml +++ b/.github/workflows/update-aggregate-update-sites.yml @@ -29,4 +29,9 @@ jobs: for dir in $dirs do echo $dir + pattern='^e[0-9]\+.[0-9]\+/$' + if [[ "$dir" =~ $pattern ]]; then + echo "eDir ${dir}" + fi + done \ No newline at end of file