mirror of
https://github.com/oxalica/rust-overlay.git
synced 2025-10-06 00:02:40 +02:00
Fix CI for empty change
This commit is contained in:
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -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 ) ;;
|
||||
|
Reference in New Issue
Block a user