Skip to content

Commit 979a826

Browse files
committed
add efa and ecr scan tests as non blocking
Signed-off-by: sirutBuasai <sirutbuasai27@outlook.com>
1 parent 1fa07e5 commit 979a826

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/_prcheck.merge-conditions.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
const self = 'enforce-all-checks';
2727
const ignoredChecks = new Set([self]);
2828
const ignoredPatterns = [
29+
/ecr-vulnerability-scan$/,
30+
/efa-test$/,
2931
];
3032
const intervalMs = 30_000;
3133
const timeoutMs = 7_200_000;

0 commit comments

Comments
 (0)