Updated ignored jobs list for evaluation script (#49141)

This commit is contained in:
Adrian Moldovan 2024-07-04 12:05:15 +01:00 committed by GitHub
parent c9f8480a3f
commit 32b7dd646a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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/,
];