Updated ignored jobs list for evaluation script (#49141)
This commit is contained in:
parent
c9f8480a3f
commit
32b7dd646a
|
@ -3,7 +3,7 @@ const { REPOSITORY, RUN_ID, GITHUB_TOKEN, TEST_MODE } = process.env;
|
|||
const IGNORED_JOBS = [
|
||||
/Evaluate Project Job Statuses/,
|
||||
/Report results on Slack/,
|
||||
/Publish reports/,
|
||||
/Test reports/,
|
||||
/Create issues for flaky tests/,
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue