Trying to add the 'skipped' status as well

pull/959/head
Morgan Pretty 3 months ago
parent a2dea00680
commit 1371111c89

@ -154,7 +154,7 @@ local delete_test_simulator = {
'Build and Run Tests',
],
when: {
status: ['failure', 'killed', 'success']
status: ['failure', 'skipped', 'killed', 'success']
}
};

Loading…
Cancel
Save