We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69f7080 commit dadb464Copy full SHA for dadb464
1 file changed
master/custom/worker_downtime.py
@@ -29,6 +29,7 @@ def canStartBuild(builder, wfb, request):
29
return True
30
return canStartBuild
31
32
+
33
def is_within_time_range(now, start, end):
34
if start <= end:
35
return start <= now <= end
0 commit comments