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
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 New Issue
Block a user