mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
Merge #5921
5921: Don't publish every day and do it only for release r=matklad a=pksunkara I think this is a good balance. Co-authored-by: Pavan Kumar Sunkara <pavan.sss1991@gmail.com>
This commit is contained in:
commit
148a60b075
1 changed files with 2 additions and 2 deletions
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
|
@ -2,8 +2,8 @@ name: publish
|
|||
on:
|
||||
workflow_dispatch: # We can add version input when 1.0 is released and scheduled releases are removed
|
||||
|
||||
schedule:
|
||||
- cron: "0 0 * * *" # midnight UTC
|
||||
# schedule:
|
||||
# - cron: "0 0 * * *" # midnight UTC
|
||||
|
||||
push:
|
||||
branches:
|
||||
|
|
Loading…
Reference in a new issue