From be0e10c0840000b2c54746312897999018272441 Mon Sep 17 00:00:00 2001 From: Joey Parrish Date: Tue, 5 Nov 2024 12:42:57 -0800 Subject: [PATCH] ci: Fix test deflake (#7543) Deflaking tests depends on an exact workflow name, but #7535 renamed the test workflow. This syncs the name in the deflake workflow. --- .github/workflows/deflake.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deflake.yaml b/.github/workflows/deflake.yaml index 811dbbe9d7..9f60b0c964 100644 --- a/.github/workflows/deflake.yaml +++ b/.github/workflows/deflake.yaml @@ -8,7 +8,7 @@ on: workflow_run: workflows: - Selenium Lab Tests - - Build and Test PR + - Build and Test types: [completed] jobs: