]> git.lizzy.rs Git - rust.git/commitdiff
Merge #5921
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Mon, 31 Aug 2020 16:20:53 +0000 (16:20 +0000)
committerGitHub <noreply@github.com>
Mon, 31 Aug 2020 16:20:53 +0000 (16:20 +0000)
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>
.github/workflows/publish.yml

index 0e26bb7847840f61eafeb0846a9556bbb3e8aa98..e54a3693bc48eda3be81f2ddeacd9bd7218033a1 100644 (file)
@@ -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: