mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-06-08 13:15:52 +00:00
Merge #3083
3083: Add `workflow_dispatch` to flaky.yml r=irevoire a=curquiza Following this PR: bringing the change into `release-v0.30.0` as well, otherwise we cannot test <img width="346" alt="Capture d’écran 2022-11-17 à 16 55 12" src="https://user-images.githubusercontent.com/20380692/202494559-6032665c-e336-4d4b-8a84-8be5e2371370.png"> Co-authored-by: Clémentine Urquizar - curqui <clementine@meilisearch.com>
This commit is contained in:
commit
262c8bf68b
3
.github/workflows/flaky.yml
vendored
3
.github/workflows/flaky.yml
vendored
@ -1,7 +1,8 @@
|
||||
name: Look for flaky tests
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 12 * * FRI" # every friday at 12:00PM
|
||||
- cron: "0 12 * * FRI" # Every Friday at 12:00PM
|
||||
|
||||
jobs:
|
||||
flaky:
|
||||
|
Loading…
x
Reference in New Issue
Block a user