Skip to content

Commit 2b38eec

Browse files
authored
Apply suggestions from code review
1 parent 273ba41 commit 2b38eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.star

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2050,7 +2050,7 @@ def uploadA11yResult(ctx):
20502050
]
20512051

20522052
def filterTestSuitesToRun(ctx, suites = []):
2053-
if "full-ci" in ctx.build.title.lower():
2053+
if "full-ci" in ctx.build.title.lower() || ctx.build.event == "cron":
20542054
return []
20552055
if len(suites) and "cucumber/" in suites[0]:
20562056
ENV = "FEATURE_FILES="

0 commit comments

Comments
 (0)