Sfoglia il codice sorgente

CI: Rename "weekly" workflow to "rebuild-images"

Danilo Bargen 6 anni fa
parent
commit
8f5590003f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.circleci/config.yml

@@ -116,7 +116,7 @@ workflows:
           filters:
             branches:
               only: /v[0-9.]*/
-  weekly:
+  rebuild-images:
     triggers:
       - schedule:
           cron: "30 5 * * 1,4"