Skip to content

Commit 83f2ef5

Browse files
committed
fix
1 parent fcc47ec commit 83f2ef5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/post_trigger_check_new_failing_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
const content = line.replace(/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d+Z /, '');
135135
136136
if (content.includes('##[group]') ) {
137-
if (content.includes('Check failed tests')) {
137+
if (content.includes('check_bad_commit.py')) {
138138
inTargetStep = true;
139139
stepDepth = 1;
140140
continue;

0 commit comments

Comments
 (0)