Skip to content

Commit 143c685

Browse files
committed
chore(ci-insights): Add MERGIFY_TEST_FLAKY_DETECTION variable when running CI
Relates-To: MRGFY-5905 Change-Id: Id77e3e4f9631f8242a2b8292dce84932c1497e7d
1 parent cdc5c71 commit 143c685

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
shell: bash
3737
env:
3838
_MERGIFY_TEST_NEW_FLAKY_DETECTION: "true"
39+
MERGIFY_TEST_FLAKY_DETECTION: "true"
3940
PYTHONUTF8: "${{ matrix.os == 'windows-2025' && 1 || 0 }}"
4041
run: poetry run poe test
4142

0 commit comments

Comments
 (0)