We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e7f35d commit fba266fCopy full SHA for fba266f
.github/workflows/NightlyPublished_CLI.yml
@@ -166,8 +166,8 @@ jobs:
166
fi
167
# Is the file of the correct form?
168
file_name=$(basename $file)
169
- if ! [[ $file_name =~ ^VCDB_[0-9]+.*\.omex$ ]]; then
170
- echo "Input is invalid. Expecting 'VCDB_#*#_*.omex format, got '${file_name}'."
+ if ! [[ $file_name =~ ^VCDB_published_[0-9]+.*\.omex$ ]]; then
+ echo "Input is invalid. Expecting 'VCDB_published_#*#_*.omex format, got '${file_name}'."
171
continue
172
173
0 commit comments