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 47b13b5 commit f3ecf8cCopy full SHA for f3ecf8c
addonfactory_test_matrix_action/main.py
@@ -67,7 +67,7 @@ def _generate_supported_sc4s(args, path):
67
if supported_string != "ROLLING":
68
eol = datetime.strptime(supported_string, "%Y-%m-%d").date()
69
today = datetime.now().date()
70
- if (today >= eol):
+ if today >= eol:
71
continue
72
73
for k in config[section].keys():
0 commit comments