mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-02-17 08:10:14 +08:00
Merge #3099
3099: Add a dispatch to the publish binaries workflow r=curquiza a=Kerollmops This PR adds a dispatch to the publish binaries workflow to help us debug #3094. Co-authored-by: Kerollmops <clement@meilisearch.com>
This commit is contained in:
commit
a07e1f7a00
1
.github/workflows/publish-binaries.yml
vendored
1
.github/workflows/publish-binaries.yml
vendored
@ -1,4 +1,5 @@
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 2 * * *' # Every day at 2:00am
|
||||
release:
|
||||
|
Loading…
x
Reference in New Issue
Block a user