Skip to content

Commit

Permalink
ci: Fix test deflake (#7543)
Browse files Browse the repository at this point in the history
Deflaking tests depends on an exact workflow name, but #7535 renamed the
test workflow. This syncs the name in the deflake workflow.
  • Loading branch information
joeyparrish authored Nov 5, 2024
1 parent a01b5fd commit be0e10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deflake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_run:
workflows:
- Selenium Lab Tests
- Build and Test PR
- Build and Test
types: [completed]

jobs:
Expand Down

0 comments on commit be0e10c

Please sign in to comment.