diff --git a/pipelines/_steps/quota/check.go b/pipelines/_steps/quota/check.go
index 3b5d53ce60231af83631ecdc430e52e44704b24e..7ac116bfabd87795dcea135718f0de4f0624add4 100644
--- a/pipelines/_steps/quota/check.go
+++ b/pipelines/_steps/quota/check.go
@@ -23,7 +23,7 @@ func Check(ctx rcontext.RequestContext, userId string, quotaType Type) error {
 		return err
 	}
 
-	if quotaType == MaxBytes || quotaType == MaxCount {
+	if quotaType == MaxBytes || quotaType == MaxCount || quotaType == MaxPending {
 		if limit <= 0 {
 			return nil
 		}