Fix CI for empty change

This commit is contained in:
oxalica 2021-01-16 01:59:10 +08:00
parent 25755c91a6
commit 922c03a960
No known key found for this signature in database
GPG Key ID: CED392DE0C483D00

View File

@ -62,6 +62,8 @@ jobs:
shopt -s extglob
while read -r change; do
case "$change" in
# Okay if there is no change.
"" ) ;;
"?? "manifests/@(stable|nightly|beta)/* ) ;;
"M "manifests/@(renames.nix|targets.nix) ) ;;
"M "manifests/@(stable|nightly|beta)/default.nix ) ;;