mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
Fix rerun flaky tests expecting a prefix that is not there (#71627)
This commit is contained in:
@@ -4,7 +4,7 @@ const TITLE_BOT_HEADER = "title: ";
|
||||
// Only check jobs that start with these.
|
||||
// Helps make sure we don't restart something like screenshot tests or linters, which are not known to be flaky.
|
||||
const CONSIDERED_JOBS = [
|
||||
"CI Suite / Integration Tests",
|
||||
"Integration Tests",
|
||||
];
|
||||
|
||||
async function getFailedJobsForRun(github, context, workflowRunId, runAttempt) {
|
||||
|
||||
Reference in New Issue
Block a user